1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00: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;