diff options
| author | nakeee <nakeee@gmail.com> | 2010-04-12 15:11:24 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2010-04-12 15:11:24 +0000 |
| commit | 9a26cd01c6529551316f3e070986fce44a51bdf3 (patch) | |
| tree | b33edcc378c92e181dd96ea1e7983f057fec02c0 /Source/UnitTests/UnitTests.cpp | |
| parent | e7dc6c26ce8420eac4a09a7dc0fa299b2dfe60c4 (diff) | |
Forgotten file
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5346 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/UnitTests/UnitTests.cpp')
| -rw-r--r-- | Source/UnitTests/UnitTests.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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(); |
