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

Misc and cleanup.

This commit is contained in:
dimitr 2008-02-29 08:46:38 +00:00
parent da07ec29e2
commit b51b0a0d5c

View File

@ -428,7 +428,7 @@ LRESULT CALLBACK WindowFunc(HWND hWnd,
return FALSE;
}
JRD_shutdown_all(false);
fb__shutdown(NULL);
SRVR_shutdown();
PostMessage(hWnd, WM_DESTROY, 0, 0);
return TRUE;
@ -451,7 +451,7 @@ LRESULT CALLBACK WindowFunc(HWND hWnd,
IDS_PNP2, p, TMP_STRINGLEN - (p - tmp));
GetDriveLetter(pdbcv->dbcv_unitmask, szDrives);
MessageBox(hWnd, tmp, szDrives, MB_OK | MB_ICONHAND);
JRD_shutdown_all(false);
fb__shutdown(NULL);
SRVR_shutdown();
PostMessage(hWnd, WM_DESTROY, 0, 0);
}