You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/08 22:52:07 UTC

svn commit: r802456 - /commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

Author: mturk
Date: Sat Aug  8 20:52:07 2009
New Revision: 802456

URL: http://svn.apache.org/viewvc?rev=802456&view=rev
Log:
Define only ExitProcess loader and function pointer

Modified:
    commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h?rev=802456&r1=802455&r2=802456&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h Sat Aug  8 20:52:07 2009
@@ -444,8 +444,8 @@
                           ExitProcess, 0, (
     IN UINT uExitCode),
     (uExitCode));
-#undef  fnExitProcess
-#define fnExitProcess acr_winapi_ExitProcess
+#define ldExitProcess acr_winapi_ld_ExitProcess
+#define fnExitProcess acr_winapi_pfn_ExitProcess
 
 ACR_DECLARE_LATE_DLL_FUNC(SYSDLL_KERNEL32, BOOL, FALSE,
                           WINAPI, GetSystemTimes, 0, (