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

oldstable
Francois Gouget 2008-04-07 11:03:22 +02:00 committed by Alexandre Julliard
parent 1aa72f7e47
commit 93b450d4ec
1 changed files with 1 additions and 1 deletions

View File

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