Commit 32cdd5d4 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Use proper dllimports for slc functions.

parent e7f44130
EXTRADEFS = -D_SLC_
MODULE = sppc.dll
EXTRADLLFLAGS = -Wb,--prefer-native
......
......@@ -26,7 +26,7 @@ extern "C" {
#ifdef _SLC_
#define SLCAPI
#else
#define SLCAPI DECLSPEC_HIDDEN
#define SLCAPI DECLSPEC_IMPORT
#endif
typedef GUID SLID;
......
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