Commit Graph

16 Commits

Author SHA1 Message Date
Nikolay Sivov 52b74b36bd wshom: Fix long types warnings.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-31 18:38:55 +01:00
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +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 b8f6852bc5 wshom.ocx: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-26 11:40:43 +01:00
Alexandre Julliard df8f838928 wshom.ocx: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-27 22:20:05 +02:00
Nikolay Sivov ed92458754 wshom.ocx: Implement Terminate(). 2015-03-13 00:28:22 +09:00
Nikolay Sivov 4588bb1170 wshom.ocx: Implement RegWrite(). 2015-02-18 15:45:46 +09:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard d08ff3ff19 makefiles: Use a single variable for all types of idl files. 2013-12-31 18:15:17 +01:00
Alexandre Julliard ca41acc1f9 makefiles: Automatically update the IDL_H_SRCS variable. 2013-12-15 10:23:06 +01:00
Nikolay Sivov 4a068c64d0 wshom.ocx: Implement IWshCollection::Item() for Desktop folder case. 2012-01-03 12:37:24 +01:00
Nikolay Sivov 3228876355 wshom.ocx: Added IDispatch support for IWshShell3. 2011-12-29 16:18:51 +01:00
Jacek Caban 8d7fe3711b wshom.ocx: Added WshShell class factory implementation. 2011-09-20 16:21:41 +02:00
Jacek Caban a1e8bc65e7 wshom.ocx: Added Dll[Un]RegisterServer implementation. 2011-08-04 12:06:24 +02:00
Jacek Caban 2d58bca093 wshom.ocx: Added typelib. 2011-08-04 12:06:06 +02:00
Jacek Caban 1c2f066f86 wshom.ocx: Added new DLL. 2011-08-03 17:39:18 +02:00