Commit Graph

27 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 005e641ec4 wiaservc: Use --prefer_native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-02 10:56:43 +01:00
Michael Stefaniuc 144d898fba wiaservc: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-05 12:33:31 +02:00
Alexandre Julliard 339adaabbc wiaservc: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-26 18:04:56 +02:00
Stefan Leichter daf7f3c4ae wiaservc: Add some tests for SelectDeviceDlg.
Signed-off-by: Stefan Leichter <sle85276@gmx.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-30 10:52:12 +02:00
Nikolay Sivov 9cb1981e30 wiaservc: Added a stub for IEnumWIA_DEV_INFO.
Based on original patch by Mikael Ståldal <mikael@staldal.nu>.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-09 12:58:45 +09:00
Nikolay Sivov 6fc2d3ce2e wiaservc/tests: Basic test for device enumerator.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-08 13:07:52 +09:00
Sebastian Lackner f630fb4f6a wiaservc: Return pointer to vtbl instead of implementation in wiadevmgr_Constructor. 2015-03-27 20:40:38 +09:00
Dmitry Timoshkov ab8237c8c5 wiaservc: Remove unused IUnknown *outer parameter from object constructor. 2014-01-07 15:22:03 +01: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 c7803b885b makefiles: Add makedep pragmas for registration idl files. 2013-11-05 20:38:18 +01:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Alexandre Julliard ee9698c55f wiaservc: Convert the remaining registrations to IRegistrar format. 2011-08-02 21:55:15 +02:00
Alexandre Julliard 49ef4f1c75 wiaservc: Register the service from wine.inf. 2011-08-02 21:48:37 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Marcus Meissner bce961e98f wiaservc: Mark internal symbols with hidden visibility. 2011-05-25 11:50:40 +02:00
Michael Stefaniuc c4e71c2e09 wiaservc: COM cleanup for the IWiaDevMgr iface. 2011-01-13 15:22:00 +01:00
Michael Stefaniuc 70a1ce9954 wiaservc: COM cleanup for the IClassFactory iface. 2011-01-13 15:22:00 +01:00
Alexandre Julliard c09f188c98 wiaservc: Convert coclasses registration to the IRegistrar mechanism. 2010-12-20 12:47:38 +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
Damjan Jovanovic 3ec06f8082 wiaservc: Add self registration. 2009-11-05 14:45:33 +01:00
Alexandre Julliard ab1f58864e wia: Force specifying the correct header version in Wine code. 2009-11-04 13:07:55 +01:00
Damjan Jovanovic 158f63d06a wiaservc: Add the class factory and IWiaDevMgr stubs. 2009-11-04 13:07:55 +01:00
Damjan Jovanovic 3223337746 wiaservc: Add wiaservc.dll and implement its svchost entrypoint. 2009-10-30 15:25:51 +01:00