Skip to content

Commit 5c9688e

Browse files
committed
byte
1 parent e6439d0 commit 5c9688e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libs/openFrameworks/utils/ofConstants.h

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ enum ofTargetPlatform{
8888
// http://www.ogre3d.org/docs/api/html/OgrePlatform_8h-source.html
8989

9090
#if defined( __WIN32__ ) || defined( _WIN32 )
91+
#include <windows.h>
9192
#define OF_OS_WINDOWS
9293
#define TARGET_WIN32
9394
#if defined(_MSC_VER)

libs/openFrameworks/utils/ofSystemUtils.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#define _WIN32_DCOM
2626
#include <winuser.h>
2727
#include <commdlg.h>
28-
#include <windows.h>
2928
#include <shlobj.h>
3029
#include <tchar.h>
3130
#include <stdio.h>

0 commit comments

Comments
 (0)