From 09f50b9589842036949a8cc6cf6ee0058b930763 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 8 Aug 2008 22:50:55 +0000 Subject: Win32 compile fix for WaitForServerStartup. --- lib/common/Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/common/Test.cpp b/lib/common/Test.cpp index 6b985af8..7cf4859b 100644 --- a/lib/common/Test.cpp +++ b/lib/common/Test.cpp @@ -200,7 +200,7 @@ int LaunchServer(const std::string& rCommandLine, const char *pidFile) CloseHandle(procInfo.hProcess); CloseHandle(procInfo.hThread); - return WaitForServerStart(pidFile, (int)procInfo.dwProcessId); + return WaitForServerStartup(pidFile, (int)procInfo.dwProcessId); #else // !WIN32 -- cgit v1.2.3