X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=win32.h;h=5e72d38ef9c307a0a18e674b24306d28fb9d4c21;hp=9baeeadbcf70bd6865d05354b02c76d9ed45b4ea;hb=e52674334610f4c2a1eb22b095c126527705f314;hpb=6ef17a2fe3300dc395522d35997f3e6d6490fa70 diff --git a/win32.h b/win32.h index 9baeeadb..5e72d38e 100644 --- a/win32.h +++ b/win32.h @@ -1,6 +1,5 @@ #ifndef WIN32_H_INCLUDED #define WIN32_H_INCLUDED -#define WIN32_H_VERSION "$Id: win32.h,v 1.9 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/win32.h,v $ @@ -8,7 +7,7 @@ * Purpose : Win32 User Interface initialization and message loop * * Copyright : Written by and Copyright (C) 2001-2002 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * @@ -47,10 +46,6 @@ extern int g_nCmdShow; extern int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow); -/* Revision control strings from this header and associated .c file */ -extern const char win32_rcs[]; -extern const char win32_h_rcs[]; - #endif /* ndef WIN32_H_INCLUDED */ /*