From a8154839d456e00cd69b4fd2876a7a3ac0c3fce8 Mon Sep 17 00:00:00 2001 From: dimitr Date: Sat, 2 Feb 2008 20:21:08 +0000 Subject: [PATCH] Fixed the Windows build. --- src/remote/os/win32/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/os/win32/window.cpp b/src/remote/os/win32/window.cpp index ce9d3e906f..4a44eb24dc 100644 --- a/src/remote/os/win32/window.cpp +++ b/src/remote/os/win32/window.cpp @@ -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.