]> git.lyx.org Git - lyx.git/commitdiff
Remove unicode characters.
authorAngus Leeming <leeming@lyx.org>
Tue, 18 Jan 2005 09:48:08 +0000 (09:48 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 18 Jan 2005 09:48:08 +0000 (09:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9493 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/os_win32.C

index ed8b7cf29102803c508874e3db477659b9b2e18c..3ab477b41b1f83860d837b143985045a53517154 100644 (file)
@@ -58,7 +58,7 @@ void os::init(int /* argc */, char * argv[])
         *
         * #if defined (_WIN32)
         * # define WIN32_LEAN_AND_MEAN
-        * # include <stdlib.h>  // for __argc, __argv
+        * # include <stdlib.h>  // for __argc,__argv
         * # include <windows.h> // 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