xfreerdp-server: fix build with SSPI include problem

This commit is contained in:
Marc-André Moreau 2012-09-17 17:38:39 -04:00
parent dcceac59e7
commit e40025b7fc
3 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,8 @@
#ifndef FREERDP_TYPES_H
#define FREERDP_TYPES_H
#include <winpr/wtypes.h>
#include <freerdp/config.h>
#ifdef _WIN32

View File

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

View File

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