Commit Graph

13 Commits

Author SHA1 Message Date
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 e925b40d17 wmiutils: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-26 11:40:42 +01:00
Alexandre Julliard 7c62577295 wmiutils: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-27 09:29:13 +02:00
Dmitry Timoshkov f8a18f9c90 wmiutils: Remove unused IUnknown *outer parameter from object constructors. 2014-01-07 15:23:14 +01:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Hans Leidekker 633a5741b5 wmiutils: Add a stub implementation of IWbemPath. 2012-12-21 14:18:35 +01:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Michael Stefaniuc 957cfa68da wmiutils: Use an iface instead of a vtbl pointer in wmiutils_cf. 2010-12-29 11:59:38 +01:00
Alexandre Julliard dc36d92e22 wmiutils: Convert dll registration to the IRegistrar mechanism. 2010-12-02 13:48:08 +01:00
Reece Dunn a2c41b72f8 Don't generate FIXME warnings for DllCanUnloadNow. 2010-01-06 10:59:51 +01:00
Hans Leidekker ceee3ddf47 wmiutils: Add class factory. 2009-07-14 15:15:29 +02:00
Hans Leidekker dd1d8cab3a wmiutils: New dll. 2009-07-14 15:15:16 +02:00