diff options
Diffstat (limited to 'cpp/src/Ice/DLLMain.cpp')
-rwxr-xr-x | cpp/src/Ice/DLLMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/DLLMain.cpp b/cpp/src/Ice/DLLMain.cpp index 375f78adadd..493c226876c 100755 --- a/cpp/src/Ice/DLLMain.cpp +++ b/cpp/src/Ice/DLLMain.cpp @@ -15,7 +15,7 @@ extern "C" { BOOL WINAPI -Ice_DLL_Main(HINSTANCE hDLL, DWORD reason, LPVOID reserved) +ice_DLL_Main(HINSTANCE hDLL, DWORD reason, LPVOID reserved) { if(!_CRT_INIT(hDLL, reason, reserved)) { |