mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +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 <commctrl.h>
|
||||
#include <prsht.h>
|
||||
|
||||
#ifndef INITGUID
|
||||
#include <shlguid.h>
|
||||
#endif
|
||||
|
||||
#ifdef WINE_NO_UNICODE_MACROS
|
||||
#undef GetObject
|
||||
|
|
Loading…
Reference in a new issue