X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=win32.h;h=9baeeadbcf70bd6865d05354b02c76d9ed45b4ea;hp=19cf0395b83da8beb59615b4adf7d9f79a9561b9;hb=d6f6d40eb51a7a7f491c5c027f83bbd7f44c009f;hpb=e72b401da5537a14b29e945944926373cb251825 diff --git a/win32.h b/win32.h index 19cf0395..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.7 2006/07/18 14:48:48 david__schmidt 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 $ @@ -13,7 +13,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 +34,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - extern const char win32_blurb[]; extern void InitWin32(void); @@ -55,12 +51,8 @@ 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 */ - + /* Local Variables: tab-width: 3