Commit 0bdac8c0 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Use "" for Windows includes in dlls, instead of <>.

parent fbe35b62
...@@ -187,7 +187,7 @@ static void stub_entry_point( const char *dll, const char *name, ... ) ...@@ -187,7 +187,7 @@ static void stub_entry_point( const char *dll, const char *name, ... )
} }
#include <pshpack1.h> #include "pshpack1.h"
struct stub struct stub
{ {
BYTE popl_eax; /* popl %eax */ BYTE popl_eax; /* popl %eax */
...@@ -199,7 +199,7 @@ struct stub ...@@ -199,7 +199,7 @@ struct stub
BYTE jmp; /* jmp stub_entry_point */ BYTE jmp; /* jmp stub_entry_point */
DWORD entry; DWORD entry;
}; };
#include <poppack.h> #include "poppack.h"
/************************************************************************* /*************************************************************************
* allocate_stub * allocate_stub
......
...@@ -203,11 +203,11 @@ ...@@ -203,11 +203,11 @@
*/ */
#include "editor.h" #include "editor.h"
#include <ole2.h> #include "ole2.h"
#include <richole.h> #include "richole.h"
#include <winreg.h> #include "winreg.h"
#define NO_SHLWAPI_STREAM #define NO_SHLWAPI_STREAM
#include <shlwapi.h> #include "shlwapi.h"
#include "rtf.h" #include "rtf.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