1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Alex Henrie
7c05d39023 avrt: Use CRT allocation functions. 2023-11-03 11:57:10 +01:00
Alexandre Julliard
acad49573a makefiles: Always use the global SOURCES variable for .c files. 2023-11-01 22:44:03 +01:00
Alexandre Julliard
088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Alexandre Julliard
edc4fb8e9f avrt: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-22 14:42:08 +01:00
Gijs Vermeulen
fed67d6edd avrt: Add AvSetMmMaxThreadCharacteristicsA/W stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50160
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-24 22:09:59 +01:00
Alexandre Julliard
18b2228d0e avrt: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-28 12:06:46 +02:00
Andrey Gusev
dfa1815c02 avrt: Add AvQuerySystemResponsiveness stub.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-08-28 20:21:37 +02:00
Alexandre Julliard
5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Frédéric Delanoy
f249638294 avrt: Use BOOL type where appropriate. 2013-11-06 12:01:54 +01:00
Alexandre Julliard
f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Alexandre Julliard
81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard
b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard
bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Maarten Lankhorst
1879912939 avrt: Add stub for AvSetMmThreadPriority. 2010-02-05 10:08:04 +01:00
Maarten Lankhorst
456ad1b1cf avrt: Fix HeapAlloc call in AvSetMmThreadCharacteristicsA. 2009-11-19 14:23:50 +01:00
Maarten Lankhorst
f17484205a avrt: Add stub for Av(Set,Revert)MmThreadCharacteristics. 2009-11-12 17:04:53 +01:00
Maarten Lankhorst
77d0ece9c9 avrt: Add initial stub implementation. 2009-11-12 14:37:29 +01:00