From: Angus Leeming Date: Tue, 18 Jan 2005 09:48:08 +0000 (+0000) Subject: Remove unicode characters. X-Git-Tag: 1.6.10~14647 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=308617e605d5042392d654aabf0622973ac2511b;p=features.git Remove unicode characters. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9493 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/os_win32.C b/src/support/os_win32.C index ed8b7cf291..3ab477b41b 100644 --- a/src/support/os_win32.C +++ b/src/support/os_win32.C @@ -58,7 +58,7 @@ void os::init(int /* argc */, char * argv[]) * * #if defined (_WIN32) * # define WIN32_LEAN_AND_MEAN - * # include   // for __argc, __argv + * # include // for __argc,__argv * # include // for WinMain * #endif * @@ -68,7 +68,7 @@ void os::init(int /* argc */, char * argv[]) * #if defined (_WIN32) * int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int) * { - *     return mymain(__argc, __argv); + * return mymain(__argc, __argv); * } * #endif * @@ -79,9 +79,9 @@ void os::init(int /* argc */, char * argv[]) * * #ifdef WIN32 * AllocConsole(); - * freopen("conin$", "r", stdin); - *  freopen("conout$", "w", stdout); - *  freopen("conout$", "w", stderr); + * freopen("conin$","r",stdin); + * freopen("conout$","w",stdout); + * freopen("conout$","w",stderr); * #endif * * This code could be invoked (say) the first time that lyxerr