Commit 8dd30942 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 95ee2e2b
......@@ -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 */
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