summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-08-08 22:50:55 +0000
committerChris Wilson <chris+github@qwirx.com>2008-08-08 22:50:55 +0000
commit09f50b9589842036949a8cc6cf6ee0058b930763 (patch)
tree3b271d5f1f2a9c43f42de7ad4232bf352b4311d3
parent9fdae18f3c3f00433b30cde744b338feea492163 (diff)
Win32 compile fix for WaitForServerStartup.
-rw-r--r--lib/common/Test.cpp2
1 files changed, 1 insertions, 1 deletions
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