secur32: sspi.h must not include wtypes.h.

This commit is contained in:
Francois Gouget 2006-11-08 00:59:30 +01:00 committed by Alexandre Julliard
parent 7ab6d8522b
commit ea483682c5
4 changed files with 5 additions and 2 deletions

View file

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

View file

@ -30,6 +30,8 @@
#include <winbase.h>
#define SECURITY_WIN32
#include <sspi.h>
#include <rpc.h>
#include <rpcdce.h>
#include "wine/test.h"

View file

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

View file

@ -18,7 +18,7 @@
#ifndef __WINE_SSPI_H__
#define __WINE_SSPI_H__
#include <wtypes.h>
/* FIXME: #include <sdkddkver.h> */
#ifdef __cplusplus
extern "C" {