We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6439d0 commit 5c9688eCopy full SHA for 5c9688e
libs/openFrameworks/utils/ofConstants.h
@@ -88,6 +88,7 @@ enum ofTargetPlatform{
88
// http://www.ogre3d.org/docs/api/html/OgrePlatform_8h-source.html
89
90
#if defined( __WIN32__ ) || defined( _WIN32 )
91
+ #include <windows.h>
92
#define OF_OS_WINDOWS
93
#define TARGET_WIN32
94
#if defined(_MSC_VER)
libs/openFrameworks/utils/ofSystemUtils.cpp
@@ -25,7 +25,6 @@
25
#define _WIN32_DCOM
26
#include <winuser.h>
27
#include <commdlg.h>
28
-#include <windows.h>
29
#include <shlobj.h>
30
#include <tchar.h>
31
#include <stdio.h>
0 commit comments