From: jongfoster <jongfoster@users.sourceforge.net>
Date: Sat, 26 May 2001 13:24:31 +0000 (+0000)
Subject: New #define, WIN_GUI_EDIT, enables the (embryonic) Win32 GUI editor.
X-Git-Tag: v_2_9_9~482
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/@default-cgi@show-url-info?a=commitdiff_plain;h=1412a743dc787f574eb4ee48a74923387df74cfa;p=privoxy.git

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)
---

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 */