diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-09-08 16:11:57 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-09-08 16:11:57 +0000 |
commit | 7a4ee71d3dffa547f0339a82f900a5a7037c9598 (patch) | |
tree | ddd804b36fd27eb6b9ea788eab0b97797f291042 /cpp/src/Ice/DLLMain.cpp | |
parent | Fixed Borland service startup (diff) | |
download | ice-7a4ee71d3dffa547f0339a82f900a5a7037c9598.tar.bz2 ice-7a4ee71d3dffa547f0339a82f900a5a7037c9598.tar.xz ice-7a4ee71d3dffa547f0339a82f900a5a7037c9598.zip |
Fixed typo
Diffstat (limited to 'cpp/src/Ice/DLLMain.cpp')
-rwxr-xr-x | cpp/src/Ice/DLLMain.cpp | 1 |
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; |