summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/BannerLoader.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2011-01-27 00:14:29 +0000
committerJordan Woyak <jordan.woyak@gmail.com>2011-01-27 00:14:29 +0000
commitcbc520a70ab0f646988e4c5e3f06017eb92d4f80 (patch)
tree601e34b339871a7abf1ba3e045e4b0047f62ee25 /Source/Core/DiscIO/Src/BannerLoader.cpp
parentc79195c4e468d0cb10b245ddd7d5920f3fa15ab8 (diff)
Committing Visual Studio 2010 solution/project files. (not switching from 2008 just yet, just making 2010 an option) Still need to add a "DebugFast" config and change optimization settings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6927 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/BannerLoader.cpp')
-rw-r--r--Source/Core/DiscIO/Src/BannerLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/BannerLoader.cpp b/Source/Core/DiscIO/Src/BannerLoader.cpp
index f88bea9ce9..6451c73670 100644
--- a/Source/Core/DiscIO/Src/BannerLoader.cpp
+++ b/Source/Core/DiscIO/Src/BannerLoader.cpp
@@ -23,7 +23,7 @@
#include "FileUtil.h"
// HyperIris: dunno if this suitable, may be need move.
-#ifdef WIN32
+#ifdef _WIN32
#include <Windows.h>
#else
#include <sys/param.h>