From 7272693ebc0f91ab40cae2d8609fa1b1f5afc5c5 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sat, 26 May 2001 14:15:18 +0000 Subject: [PATCH] Cosmetic fix: // -> block comment --- w32.rc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/w32.rc b/w32.rc index fe5a20f7..2ca33d95 100644 --- a/w32.rc +++ b/w32.rc @@ -31,6 +31,12 @@ * * Revisions : * $Log: w32.rc,v $ + * Revision 1.5 2001/05/26 13:24:31 jongfoster + * New #define, WIN_GUI_EDIT, enables the (embryonic) Win32 GUI editor. + * This #define cannot be set from ./configure - there's no point, it + * doesn't work yet. See feature request # 425722 + * (I missed this file in my original checkin) + * * Revision 1.4 2001/05/26 00:28:36 jongfoster * Automatic reloading of config file. * Removed obsolete SIGHUP support (Unix) and Reload menu option (Win32). @@ -106,7 +112,7 @@ IDI_IDLE ICON DISCARDABLE "icons/idle.ico" #ifdef _WIN32 /* LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US */ #pragma code_page(1252) -#endif //_WIN32 +#endif /* def _WIN32 */ /* * Menus @@ -272,7 +278,7 @@ BEGIN BOTTOMMARGIN, 218 END END -#endif // APSTUDIO_INVOKED +#endif /* def APSTUDIO_INVOKED */ /* -- 2.39.2