From 4d2f8e780fbf6314dad5ab25650cc07f872a7932 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 14 Jul 2017 09:24:23 +0200 Subject: Fixed warning with Embarcadero C++ Builder * ACE/ace/Object_Manager.cpp: --- ACE/ace/Object_Manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/ace/Object_Manager.cpp') 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; -- cgit v1.2.1