Commit c6a00544 authored by Gregg Mattinson's avatar Gregg Mattinson Committed by Alexandre Julliard

Moved all #includes to the top so that __stdcall is defined for the

declaration of IIDLookupRtn.
parent eec6585a
......@@ -21,6 +21,8 @@
#include "basetsd.h"
#include "guiddef.h"
#include "rpc.h"
#include "rpcndr.h"
typedef struct tagCInterfaceStubVtbl *PCInterfaceStubVtblList;
typedef struct tagCInterfaceProxyVtbl *PCInterfaceProxyVtblList;
......@@ -45,9 +47,6 @@ typedef struct tagProxyFileInfo
typedef ProxyFileInfo ExtendedProxyFileInfo;
#include "rpc.h"
#include "rpcndr.h"
typedef struct tagCInterfaceProxyHeader
{
#ifdef USE_STUBLESS_PROXY
......
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