mirror of https://github.com/FreeRDP/FreeRDP
fix [winpr/sspi]: export symbols on all systems
This commit is contained in:
parent
ca6d1d5919
commit
a9bcc07d23
|
@ -25,12 +25,15 @@
|
|||
#define SEC_ENTRY __stdcall
|
||||
#define SSPI_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#include <winpr/winpr.h>
|
||||
#define SEC_ENTRY
|
||||
#define SSPI_EXPORT
|
||||
#define SSPI_EXPORT WINPR_API
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
typedef long LONG;
|
||||
typedef unsigned long ULONG;
|
||||
#endif
|
||||
typedef LONG SECURITY_STATUS;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue