diff --git a/test/main.cpp b/test/main.cpp index a087b8c..2950726 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -12,7 +12,7 @@ #include #elif _WIN32_WINNT_WIN7 #include -#else +#elif _WIN32 #error unsupported windows version #endif @@ -423,20 +423,6 @@ struct TestApplicationCallback : IApplicationCallback } -#ifdef _WIN32 -int wmain(int argc, const wchar_t** argv) -#else -int main(int argc, const char** argv) -#endif -{ - LogVisor::RegisterConsoleLogger(); - boo::TestApplicationCallback appCb; - int ret = ApplicationRun(boo::IApplication::PLAT_AUTO, - appCb, _S("rwk"), _S("RWK"), argc, argv); - printf("IM DYING!!\n"); - return ret; -} - #if _WIN32 int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE, LPWSTR lpCmdLine, int) {