* include/commcat.h: Don't include windows.h or ole2.h ifdef
COM_NO_WINDOWS_H. * include/unknwn.h: Ditto.
This commit is contained in:
@ -4,8 +4,10 @@
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include <windows.h>
|
||||
#include <ole2.h>
|
||||
#endif
|
||||
|
||||
#ifndef _RC_INVOKED
|
||||
|
||||
|
Reference in New Issue
Block a user