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
This commit is contained in:
Jordan Woyak
2011-01-27 00:14:29 +00:00
parent c79195c4e4
commit cbc520a70a
32 changed files with 12136 additions and 1 deletions

View File

@ -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>