X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=win32.h;h=15a804e01efed6c899c056461e1dc3a7868ab08a;hp=19cf0395b83da8beb59615b4adf7d9f79a9561b9;hb=9c92714f07019beb11d7b7eefdd3bab1004cc170;hpb=e72b401da5537a14b29e945944926373cb251825 diff --git a/win32.h b/win32.h index 19cf0395..15a804e0 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 $ @@ -13,7 +12,7 @@ * 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