Commit ea483682 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 7ab6d852
...@@ -251,7 +251,7 @@ typedef unsigned int unsigned32; ...@@ -251,7 +251,7 @@ typedef unsigned int unsigned32;
typedef struct twr_t typedef struct twr_t
{ {
unsigned32 tower_length; unsigned32 tower_length;
/* [size_is] */ byte tower_octet_string[ 1 ]; /* [size_is] */ BYTE tower_octet_string[ 1 ];
} twr_t; } twr_t;
RPC_STATUS WINAPI TowerExplode( RPC_STATUS WINAPI TowerExplode(
......
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
#include <winbase.h> #include <winbase.h>
#define SECURITY_WIN32 #define SECURITY_WIN32
#include <sspi.h> #include <sspi.h>
#include <rpc.h>
#include <rpcdce.h>
#include "wine/test.h" #include "wine/test.h"
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <stdarg.h> #include <stdarg.h>
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <winnls.h>
#define SECURITY_WIN32 #define SECURITY_WIN32
#include <security.h> #include <security.h>
#include <schannel.h> #include <schannel.h>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#ifndef __WINE_SSPI_H__ #ifndef __WINE_SSPI_H__
#define __WINE_SSPI_H__ #define __WINE_SSPI_H__
#include <wtypes.h> /* FIXME: #include <sdkddkver.h> */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment