Functions | |
| void | InitWin32 (void) |
| void __cdecl | UserInterfaceThread (void *pData) |
Variables | |
| const char | win32_rcs [] = "$Id: win32.c,v 2.1 2002/06/04 16:37:48 jongfoster Exp $" |
Revision 2.0 2002/06/04 14:34:21 jongfoster Moving source files to src/
Revision 1.9 2002/03/31 17:19:00 jongfoster Win32 only: Enabling STRICT to fix a VC++ compile warning.
Revision 1.8 2002/03/26 22:57:10 jongfoster Web server name should begin www.
Revision 1.7 2002/03/24 12:03:47 jongfoster Name change
Revision 1.6 2002/03/16 21:53:28 jongfoster VC++ Heap debug option
Revision 1.5 2002/03/04 23:47:30 jongfoster
Revision 1.3 2001/11/16 00:46:31 jongfoster Fixing compiler warnings
Revision 1.2 2001/07/29 19:32:00 jongfoster Renaming _main() [mingw32 only] to real_main(), for ANSI compliance.
Revision 1.1.1.1 2001/05/15 13:59:08 oes Initial import of version 2.9.3 source tree
|
|
Initialise windows, setting up the console or windows as appropriate.
|
|
|
User interface thread. WinMain will wait for us to set the hInitCompleteEvent before patching over to `main'. This ensures the systray window is active before beginning operations.
|
|
|
Version information about win32.c.
|
1.2.15