X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32log.c;h=15a3383877abf95e6cd638dcc772b5d7dbe2bb23;hp=3910aec61d7bfae0eaea507448cb70d34faa6f01;hb=68d4f6cc9b843e65f5cad22a17fca3f91935b2a2;hpb=4556222a07fe07c2efad678013a66eac670c4296 diff --git a/w32log.c b/w32log.c index 3910aec6..15a33838 100644 --- a/w32log.c +++ b/w32log.c @@ -1,4 +1,4 @@ -const char w32log_rcs[] = "$Id: w32log.c,v 1.2 2001/05/20 01:21:20 jongfoster Exp $"; +const char w32log_rcs[] = "$Id: w32log.c,v 1.3 2001/05/20 15:07:54 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32log.c,v $ @@ -32,6 +32,9 @@ const char w32log_rcs[] = "$Id: w32log.c,v 1.2 2001/05/20 01:21:20 jongfoster Ex * * Revisions : * $Log: w32log.c,v $ + * Revision 1.3 2001/05/20 15:07:54 jongfoster + * File is now ignored if _WIN_CONSOLE is defined. + * * Revision 1.2 2001/05/20 01:21:20 jongfoster * Version 2.9.4 checkin. * - Merged popupfile and cookiefile, and added control over PCRS @@ -78,8 +81,8 @@ const char cygwin_h_rcs[] = CYGWIN_H_VERSION; #endif const char w32log_h_rcs[] = W32LOG_H_VERSION; - -#ifndef _WIN_CONSOLE /* entire file */ + +#ifndef _WIN_CONSOLE /* entire file */ /* * Timers and the various durations @@ -1322,7 +1325,7 @@ LRESULT CALLBACK LogWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPara } -#endif /* ndef _WIN_CONSOLE - entire file */ +#endif /* ndef _WIN_CONSOLE - entire file */ /* Local Variables: