1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

include: Use proper dllimports for slc functions.

This commit is contained in:
Alexandre Julliard 2023-11-03 17:30:27 +01:00
parent e7f44130eb
commit 32cdd5d487
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
EXTRADEFS = -D_SLC_
MODULE = sppc.dll
EXTRADLLFLAGS = -Wb,--prefer-native

View file

@ -26,7 +26,7 @@ extern "C" {
#ifdef _SLC_
#define SLCAPI
#else
#define SLCAPI DECLSPEC_HIDDEN
#define SLCAPI DECLSPEC_IMPORT
#endif
typedef GUID SLID;