Commit 93b450d4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wineboot: Make sure COBJMACROS is defined before objidl.h is included.

parent 1aa72f7e
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
#include "config.h" #include "config.h"
#include "wine/port.h" #include "wine/port.h"
#define COBJMACROS
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <stdio.h> #include <stdio.h>
...@@ -65,7 +66,6 @@ ...@@ -65,7 +66,6 @@
#include <wine/unicode.h> #include <wine/unicode.h>
#include <wine/debug.h> #include <wine/debug.h>
#define COBJMACROS
#include <shlobj.h> #include <shlobj.h>
#include <shobjidl.h> #include <shobjidl.h>
#include <shlwapi.h> #include <shlwapi.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