X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=w32rulesdlg.c;h=8b0b896ae2d125a741621b93c32fc2a175eb0365;hb=f26b39e9b1a98bb4822eded2995c886effbfab04;hp=b40b45acc0fc193707b59cfd51f5a3e3477d7f16;hpb=4556222a07fe07c2efad678013a66eac670c4296;p=privoxy.git diff --git a/w32rulesdlg.c b/w32rulesdlg.c index b40b45ac..8b0b896a 100644 --- a/w32rulesdlg.c +++ b/w32rulesdlg.c @@ -1,4 +1,4 @@ -const char w32rulesdlg_rcs[] = "$Id: w32rulesdlg.c,v 1.1.1.1 2001/05/15 13:59:08 oes Exp $"; +const char w32rulesdlg_rcs[] = "$Id: w32rulesdlg.c,v 1.2 2001/05/20 15:07:54 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32rulesdlg.c,v $ @@ -32,6 +32,9 @@ const char w32rulesdlg_rcs[] = "$Id: w32rulesdlg.c,v 1.1.1.1 2001/05/15 13:59:08 * * Revisions : * $Log: w32rulesdlg.c,v $ + * Revision 1.2 2001/05/20 15:07:54 jongfoster + * File is now ignored if _WIN_CONSOLE is defined. + * * Revision 1.1.1.1 2001/05/15 13:59:08 oes * Initial import of version 2.9.3 source tree * @@ -54,8 +57,8 @@ const char w32rulesdlg_rcs[] = "$Id: w32rulesdlg.c,v 1.1.1.1 2001/05/15 13:59:08 #endif const char w32rulesdlg_h_rcs[] = W32RULESDLG_H_VERSION; - -#ifndef _WIN_CONSOLE /* entire file */ + +#ifndef _WIN_CONSOLE /* entire file */ const int nSmallIconWidth = 16; const int nSmallIconHeight = 16; @@ -529,7 +532,7 @@ static BOOL CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM l } -#endif /* ndef _WIN_CONSOLE - entire file */ +#endif /* ndef _WIN_CONSOLE - entire file */ /* Local Variables: