File is now ignored if _WIN_CONSOLE is defined.
[privoxy.git] / w32rulesdlg.c
index 845995b..b40b45a 100644 (file)
@@ -1,7 +1,7 @@
-const char w32rulesdlg_rcs[] = "$Id: w32rulesdlg.c,v 1.1 2001/05/13 21:57:07 administrator Exp $";
+const char w32rulesdlg_rcs[] = "$Id: w32rulesdlg.c,v 1.1.1.1 2001/05/15 13:59:08 oes Exp $";
 /*********************************************************************
  *
- * File        :  $Source: /home/administrator/cvs/ijb/w32rulesdlg.c,v $
+ * File        :  $Source: /cvsroot/ijbswa/current/w32rulesdlg.c,v $
  *
  * Purpose     :  A dialog to allow GUI editing of the rules.
  *                Unfinished.
@@ -32,6 +32,9 @@ const char w32rulesdlg_rcs[] = "$Id: w32rulesdlg.c,v 1.1 2001/05/13 21:57:07 adm
  *
  * Revisions   :
  *    $Log: w32rulesdlg.c,v $
+ *    Revision 1.1.1.1  2001/05/15 13:59:08  oes
+ *    Initial import of version 2.9.3 source tree
+ *
  *
  *********************************************************************/
 \f
@@ -51,6 +54,8 @@ const char w32rulesdlg_rcs[] = "$Id: w32rulesdlg.c,v 1.1 2001/05/13 21:57:07 adm
 #endif
 
 const char w32rulesdlg_h_rcs[] = W32RULESDLG_H_VERSION;
+\r
+#ifndef _WIN_CONSOLE /* entire file */\r
 
 const int nSmallIconWidth = 16;
 const int nSmallIconHeight = 16;
@@ -524,6 +529,7 @@ static BOOL CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM l
 
 }
 
+#endif /* ndef _WIN_CONSOLE - entire file */\r
 
 /*
   Local Variables: