Include rpc.h after LPOLESTR and other needed types are defined.
This commit is contained in:
parent
95ee2e2be4
commit
8dd30942cc
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue