Commit Graph

19 Commits

Author SHA1 Message Date
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 5d82baf974 winecrt0: Add a default implementation DllRegisterServer()/DllUnregisterServer().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-30 22:59:50 +02:00
Alexandre Julliard bd6b53740c winecrt0: Add a default implementation for DllCanUnloadNow().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-30 22:59:50 +02:00
Alexandre Julliard b7c5740426 inkobj: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-23 10:06:14 +01:00
Alexandre Julliard 057447e824 inkobj: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-06 09:02:30 +02:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Andrew Talbot 16b43ef072 inkobj: Remove unused variable. 2012-11-26 11:51:53 +01:00
Marcus Meissner d3ab90985c inkobj: Mark internal variable with hidden visibility and hinstance as stattic. 2011-05-19 10:05:58 +02:00
Michael Stefaniuc fd7e34f195 inkobj: Remove inkcollector.c as it is dead code. 2010-12-23 13:47:23 +01: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
Michael Stefaniuc efbb4ebf3e widl: Output "LONG" instead of "long" for a 32bit integer.
long is always 32bit in IDL files but that's not true in C.
2009-03-13 11:15:21 +01:00
Andrew Talbot 8aeaa423ad inkobj: Declare a variable static. 2009-01-06 12:52:21 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
John Klehm 997bb8942d inkobj: Stub implementation of IInkCollector. 2007-10-12 11:29:25 +02:00
John Klehm e92819d845 nkobj: Use an internal header. 2007-10-12 11:27:36 +02:00
Michael Stefaniuc 66d27c2b08 inkobj: Remove break after return. Found by Smatch. 2007-08-06 12:18:07 +02:00
John Klehm e925225103 inkobj: Add stub implementation of inkobj dll. 2007-08-03 14:13:53 +02:00