include: Use proper dllimports for slc functions.
This commit is contained in:
parent
e7f44130eb
commit
32cdd5d487
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue