X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=src%2Fwin32.h;h=3ed3ed937a88caa6dc60076288e170a75e67aaf6;hp=7e82c811d89b29a4dce4c3470b920b5b608bfb16;hb=a719a679def8ac36db9b5875e06628b4563b8fb2;hpb=2da19eb8eff90f6c9a7cb46ff891643e89d50a55 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 */