From 1412a743dc787f574eb4ee48a74923387df74cfa Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sat, 26 May 2001 13:24:31 +0000 Subject: [PATCH] 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) --- w32.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/w32.rc b/w32.rc index 30798d00..fe5a20f7 100644 --- a/w32.rc +++ b/w32.rc @@ -31,6 +31,13 @@ * * Revisions : * $Log: w32.rc,v $ + * 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). + * Most of the global variables have been moved to a new + * struct configuration_spec, accessed through csp->config->globalname + * Most of the globals remaining are used by the Win32 GUI. + * * Revision 1.3 2001/05/25 22:33:40 jongfoster * CRLF->LF * @@ -212,6 +219,8 @@ BEGIN "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT END +#ifdef WIN_GUI_EDIT + /* * Icons * @@ -274,5 +283,6 @@ STRINGTABLE DISCARDABLE BEGIN IDS_NEW_BLOCKER "Create rule for ""%s""..." END +#endif /* def WIN_GUI_EDIT */ #endif /* English (U.S.) resources */ -- 2.39.2