X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=win32.h;h=5e72d38ef9c307a0a18e674b24306d28fb9d4c21;hp=19cf0395b83da8beb59615b4adf7d9f79a9561b9;hb=e52674334610f4c2a1eb22b095c126527705f314;hpb=e72b401da5537a14b29e945944926373cb251825 diff --git a/win32.h b/win32.h index 19cf0395..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.7 2006/07/18 14:48:48 david__schmidt Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/win32.h,v $ @@ -8,12 +7,12 @@ * 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 * * - * This program is free software; you can redistribute it + * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General * Public License as published by the Free Software * Foundation; either version 2 of the License, or (at @@ -34,10 +33,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - extern const char win32_blurb[]; extern void InitWin32(void); @@ -51,16 +46,8 @@ 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[]; - -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef WIN32_H_INCLUDED */ - + /* Local Variables: tab-width: 3