From 8dd30942cca6e772056b5b3a98dadc2561b325dd Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 16 Sep 2002 22:36:49 +0000 Subject: [PATCH] Include rpc.h after LPOLESTR and other needed types are defined. --- include/wtypes.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/wtypes.h b/include/wtypes.h index 7e57fccd18c..074a58ae790 100644 --- a/include/wtypes.h +++ b/include/wtypes.h @@ -20,12 +20,6 @@ #ifndef __WINE_WTYPES_H #define __WINE_WTYPES_H - -#include "basetsd.h" -#include "guiddef.h" -#include "rpc.h" -#include "rpcndr.h" - typedef void* HMETAFILEPICT; typedef WORD CLIPFORMAT, *LPCLIPFORMAT; @@ -296,4 +290,10 @@ typedef struct { #define ROTFLAGS_ALLOWANYCLIENT 0x2 #endif /* !defined(_ROTFLAGS_DEFINED) */ +#include "rpc.h" +#include "rpcndr.h" + +#include "basetsd.h" +#include "guiddef.h" + #endif /* __WINE_WTYPES_H */