From: jongfoster Date: Tue, 4 Jun 2002 16:34:52 +0000 (+0000) Subject: Adding a missing #if X-Git-Tag: v_3_1_archive_branchpoint~249 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=a719a679def8ac36db9b5875e06628b4563b8fb2 Adding a missing #if --- diff --git a/src/win32.h b/src/win32.h index 7e82c811..3ed3ed93 100644 --- a/src/win32.h +++ b/src/win32.h @@ -1,9 +1,9 @@ #ifndef WIN32_H_INCLUDED #define WIN32_H_INCLUDED -#define WIN32_H_VERSION "$Id: win32.h,v 1.5 2002/03/26 22:57:10 jongfoster Exp $" +#define WIN32_H_VERSION "$Id: win32.h,v 2.0 2002/06/04 14:34:21 jongfoster Exp $" /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/win32.h,v $ + * File : $Source: /cvsroot/ijbswa/current/src/win32.h,v $ * * Purpose : Win32 User Interface initialization and message loop * @@ -33,6 +33,9 @@ * * Revisions : * $Log: win32.h,v $ + * Revision 2.0 2002/06/04 14:34:21 jongfoster + * Moving source files to src/ + * * Revision 1.5 2002/03/26 22:57:10 jongfoster * Web server name should begin www. * @@ -65,12 +68,16 @@ extern const char win32_blurb[]; extern void InitWin32(void); #ifdef _WIN_CONSOLE + extern int hideConsole; -#endif /*def _WIN_CONSOLE */ + +#else /* ndef _WIN_CONSOLE */ extern HINSTANCE g_hInstance; extern int g_nCmdShow; +#endif /* ndef _WIN_CONSOLE */ + extern int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow); /* Revision control strings from this header and associated .c file */