mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00:00
[PSDK]: Add missing conditional header inclusion.
svn path=/trunk/; revision=69558
This commit is contained in:
parent
7003933f3e
commit
6f011dcad5
1 changed files with 3 additions and 0 deletions
|
@ -22,7 +22,10 @@
|
||||||
#include <ole2.h>
|
#include <ole2.h>
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
#include <prsht.h>
|
#include <prsht.h>
|
||||||
|
|
||||||
|
#ifndef INITGUID
|
||||||
#include <shlguid.h>
|
#include <shlguid.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef WINE_NO_UNICODE_MACROS
|
#ifdef WINE_NO_UNICODE_MACROS
|
||||||
#undef GetObject
|
#undef GetObject
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue