From e47e08887c823824bfc36f102c065075737394b1 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Fri, 7 Aug 2009 11:10:57 +0800 Subject: Revert "Changes for bug 3962 and 4714" This reverts commit d38ad95e45c0083d602a43e6d77e6c1599f324fe. --- cpp/src/IceBox/Admin.cpp | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'cpp/src/IceBox/Admin.cpp') diff --git a/cpp/src/IceBox/Admin.cpp b/cpp/src/IceBox/Admin.cpp index f863277c75e..6cd3076b995 100644 --- a/cpp/src/IceBox/Admin.cpp +++ b/cpp/src/IceBox/Admin.cpp @@ -23,20 +23,13 @@ public: virtual int run(int, char*[]); }; -#ifdef _WIN32 - -int -wmain(int argc, wchar_t* argv[]) - -#else - int main(int argc, char* argv[]) - -#endif { Client app; - return app.main(argc, argv); + int rc = app.main(argc, argv); + + return rc; } void -- cgit v1.2.3