From 9a26cd01c6529551316f3e070986fce44a51bdf3 Mon Sep 17 00:00:00 2001 From: nakeee Date: Mon, 12 Apr 2010 15:11:24 +0000 Subject: Forgotten file git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5346 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/UnitTests/UnitTests.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Source/UnitTests/UnitTests.cpp') diff --git a/Source/UnitTests/UnitTests.cpp b/Source/UnitTests/UnitTests.cpp index 54f5e67555..4273f99b46 100644 --- a/Source/UnitTests/UnitTests.cpp +++ b/Source/UnitTests/UnitTests.cpp @@ -100,11 +100,8 @@ void StringTests() EXPECT_EQ(TabsToSpaces(4, "a\tb"), "a b"); } -#ifdef _WIN32 -int main(int argc, _TCHAR* argv[]) -#else + int main(int argc, char* argv[]) -#endif { AudioJitTests(); -- cgit v1.2.3