summaryrefslogtreecommitdiff
path: root/ACE/ace/Object_Manager.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-07-14 09:24:23 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-07-14 09:24:23 +0200
commit4d2f8e780fbf6314dad5ab25650cc07f872a7932 (patch)
treea0bb3328834c3b0c5b562f329693ef4182ee4733 /ACE/ace/Object_Manager.cpp
parentad867d1d5f0c52ebceb1e9d4695e1619d97988a0 (diff)
downloadATCD-4d2f8e780fbf6314dad5ab25650cc07f872a7932.tar.gz
Fixed warning with Embarcadero C++ Builder
* ACE/ace/Object_Manager.cpp:
Diffstat (limited to 'ACE/ace/Object_Manager.cpp')
-rw-r--r--ACE/ace/Object_Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Object_Manager.cpp b/ACE/ace/Object_Manager.cpp
index 131b8b48be4..09b797d1ea3 100644
--- a/ACE/ace/Object_Manager.cpp
+++ b/ACE/ace/Object_Manager.cpp
@@ -167,7 +167,7 @@ ACE_Object_Manager::shutting_down (void)
#if defined (ACE_DISABLE_WIN32_ERROR_WINDOWS)
// Instead of popping up a window for exceptions, just print something out
-LONG _stdcall ACE_UnhandledExceptionFilter (PEXCEPTION_POINTERS pExceptionInfo)
+LONG WINAPI ACE_UnhandledExceptionFilter (PEXCEPTION_POINTERS pExceptionInfo)
{
DWORD dwExceptionCode = pExceptionInfo->ExceptionRecord->ExceptionCode;