X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=win32.h;h=9baeeadbcf70bd6865d05354b02c76d9ed45b4ea;hp=4437f8026bf8d94e06012f1627fb5c1f6dc450d6;hb=65e01393b77af2ab94844cb13efb3d5e321f1254;hpb=0428133610c525457cb16f7ac6a54203a2743d6c diff --git a/win32.h b/win32.h index 4437f802..9baeeadb 100644 --- a/win32.h +++ b/win32.h @@ -1,6 +1,6 @@ #ifndef WIN32_H_INCLUDED #define WIN32_H_INCLUDED -#define WIN32_H_VERSION "$Id: win32.h,v 1.8 2009/05/16 13:27:20 fabiankeil Exp $" +#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 $ @@ -34,10 +34,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - extern const char win32_blurb[]; extern void InitWin32(void); @@ -55,10 +51,6 @@ extern int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lp extern const char win32_rcs[]; extern const char win32_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef WIN32_H_INCLUDED */ /*