Skip to content
Snippets Groups Projects
Commit 8dd30942 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent 95ee2e2b
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment