summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/DLLMain.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-09-08 16:11:57 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-09-08 16:11:57 +0000
commit7a4ee71d3dffa547f0339a82f900a5a7037c9598 (patch)
treeddd804b36fd27eb6b9ea788eab0b97797f291042 /cpp/src/Ice/DLLMain.cpp
parentFixed Borland service startup (diff)
downloadice-7a4ee71d3dffa547f0339a82f900a5a7037c9598.tar.bz2
ice-7a4ee71d3dffa547f0339a82f900a5a7037c9598.tar.xz
ice-7a4ee71d3dffa547f0339a82f900a5a7037c9598.zip
Fixed typo
Diffstat (limited to 'cpp/src/Ice/DLLMain.cpp')
-rwxr-xr-xcpp/src/Ice/DLLMain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/DLLMain.cpp b/cpp/src/Ice/DLLMain.cpp
index 2079402164e..f446ec69583 100755
--- a/cpp/src/Ice/DLLMain.cpp
+++ b/cpp/src/Ice/DLLMain.cpp
@@ -20,6 +20,7 @@ DllMain(HINSTANCE hDLL, DWORD reason, LPVOID reserved)
{
#else
ice_DLL_Main(HINSTANCE hDLL, DWORD reason, LPVOID reserved)
+{
if(!_CRT_INIT(hDLL, reason, reserved))
{
return FALSE;