X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32taskbar.c;h=721ad08e720340dee57d86d83f373a8db777a914;hp=7bf83d942ad93a2910770ceb6e63f084543e05a8;hb=07aff96010d93697725574e5c905e90a820be3cb;hpb=51372679fa2205631ee27c6ac621449bcdd083c3 diff --git a/w32taskbar.c b/w32taskbar.c index 7bf83d94..721ad08e 100644 --- a/w32taskbar.c +++ b/w32taskbar.c @@ -1,4 +1,4 @@ -const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.4 2001/11/16 00:46:31 jongfoster Exp $"; +const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.6 2002/03/26 22:57:10 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32taskbar.c,v $ @@ -7,7 +7,7 @@ const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.4 2001/11/16 00:46:31 jongf * workspace tray icon * * Copyright : Written by and Copyright (C) 2001-2002 members of - * the Privoxy team. http://privoxy.org/ + * the Privoxy team. http://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * @@ -32,6 +32,12 @@ const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.4 2001/11/16 00:46:31 jongf * * Revisions : * $Log: w32taskbar.c,v $ + * Revision 1.6 2002/03/26 22:57:10 jongfoster + * Web server name should begin www. + * + * Revision 1.5 2002/03/24 12:03:47 jongfoster + * Name change + * * Revision 1.4 2001/11/16 00:46:31 jongfoster * Fixing compiler warnings * @@ -52,6 +58,9 @@ const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.4 2001/11/16 00:46:31 jongf #include +#ifndef STRICT +#define STRICT +#endif #include #include "w32taskbar.h"