8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 07:23:03 +01:00

Fixed the Windows build.

This commit is contained in:
dimitr 2008-02-02 20:21:08 +00:00
parent 4e79fd2c53
commit a8154839d4

View File

@ -124,7 +124,7 @@ int WINDOW_main( HINSTANCE hThisInst, int nWndMode, USHORT usServerFlagMask)
APP_HSIZE,
APP_VSIZE, HWND_DESKTOP, NULL, hInstance, NULL);
#ifdef SERVER_SHUTDOWN
Service::shutdown_init(WINDOW_shutdown, (ULONG) hWnd);
Jrd::Service::shutdown_init(WINDOW_shutdown, (ULONG) hWnd);
#endif
// Do the proper ShowWindow depending on if the app is an icon on
// the desktop, or in the task bar.