secur32: sspi.h must not include wtypes.h.
This commit is contained in:
parent
7ab6d8522b
commit
ea483682c5
|
@ -251,7 +251,7 @@ typedef unsigned int unsigned32;
|
|||
typedef struct twr_t
|
||||
{
|
||||
unsigned32 tower_length;
|
||||
/* [size_is] */ byte tower_octet_string[ 1 ];
|
||||
/* [size_is] */ BYTE tower_octet_string[ 1 ];
|
||||
} twr_t;
|
||||
|
||||
RPC_STATUS WINAPI TowerExplode(
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
#include <winbase.h>
|
||||
#define SECURITY_WIN32
|
||||
#include <sspi.h>
|
||||
#include <rpc.h>
|
||||
#include <rpcdce.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winnls.h>
|
||||
#define SECURITY_WIN32
|
||||
#include <security.h>
|
||||
#include <schannel.h>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef __WINE_SSPI_H__
|
||||
#define __WINE_SSPI_H__
|
||||
|
||||
#include <wtypes.h>
|
||||
/* FIXME: #include <sdkddkver.h> */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue