Fixed guards

This commit is contained in:
akallabeth 2022-02-17 16:37:14 +01:00 committed by akallabeth
parent 80a352366f
commit f568d70d52
2 changed files with 4 additions and 2 deletions

View File

@ -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 */

View File

@ -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