Commit 333ced98 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Use proper dllimports for wmi functions.

parent 32cdd5d4
EXTRADEFS = -D_WMI_SOURCE_
MODULE = wmi.dll
IMPORTS = advapi32
......
......@@ -22,7 +22,7 @@
#ifdef _WMI_SOURCE_
#define WMIAPI __stdcall
#else
#define WMIAPI DECLSPEC_HIDDEN __stdcall
#define WMIAPI DECLSPEC_IMPORT __stdcall
#endif
#include <guiddef.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment