mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Fixed the Windows build.
This commit is contained in:
parent
4e79fd2c53
commit
a8154839d4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user