xfreerdp-server: fix build with SSPI include problem
This commit is contained in:
parent
dcceac59e7
commit
e40025b7fc
@ -21,6 +21,8 @@
|
||||
#ifndef FREERDP_TYPES_H
|
||||
#define FREERDP_TYPES_H
|
||||
|
||||
#include <winpr/wtypes.h>
|
||||
|
||||
#include <freerdp/config.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <X11/Xutil.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <freerdp/locale/keyboard.h>
|
||||
#include <freerdp/codec/color.h>
|
||||
#include <freerdp/utils/file.h>
|
||||
|
@ -669,7 +669,7 @@ struct _SecBufferDesc
|
||||
typedef struct _SecBufferDesc SecBufferDesc;
|
||||
typedef SecBufferDesc* PSecBufferDesc;
|
||||
|
||||
typedef void (SEC_ENTRY * SEC_GET_KEY_FN)(void* Arg, void* Principal, UINT32 KeyVer, void** Key, SECURITY_STATUS* Status);
|
||||
typedef void (SEC_ENTRY * SEC_GET_KEY_FN)(void* Arg, void* Principal, UINT32 KeyVer, void** Key, SECURITY_STATUS* pStatus);
|
||||
|
||||
typedef SECURITY_STATUS (SEC_ENTRY * ENUMERATE_SECURITY_PACKAGES_FN_A)(ULONG* pcPackages, PSecPkgInfoA* ppPackageInfo);
|
||||
typedef SECURITY_STATUS (SEC_ENTRY * ENUMERATE_SECURITY_PACKAGES_FN_W)(ULONG* pcPackages, PSecPkgInfoW* ppPackageInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user