Include rpc.h after LPOLESTR and other needed types are defined.

This commit is contained in:
Francois Gouget 2002-09-16 22:36:49 +00:00 committed by Alexandre Julliard
parent 95ee2e2be4
commit 8dd30942cc

View file

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