mirror of https://github.com/FreeRDP/FreeRDP
Fixed guards
This commit is contained in:
parent
80a352366f
commit
f568d70d52
|
@ -484,13 +484,15 @@ typedef SecPkgCredentials_NamesW* PSecPkgCredentials_NamesW;
|
|||
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32) || defined(_UWP) || !defined(__MINGW32__)
|
||||
#if !defined(_WIN32) || defined(_UWP)
|
||||
#if !defined(__MINGW32__)
|
||||
typedef struct
|
||||
{
|
||||
UINT32 BindingsLength;
|
||||
SEC_CHANNEL_BINDINGS* Bindings;
|
||||
} SecPkgContext_Bindings;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* InitializeSecurityContext Flags */
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ typedef LONG_PTR SSIZE_T;
|
|||
#pragma clang diagnostic ignored "-Wreserved-id-macro"
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#if !defined(_WIN32) && !defined(__MINGW32__)
|
||||
|
||||
#define CALLBACK
|
||||
|
||||
|
|
Loading…
Reference in New Issue