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/06/17 09:50:18 UTC

svn commit: r785501 - /commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c

Author: mturk
Date: Wed Jun 17 07:50:17 2009
New Revision: 785501

URL: http://svn.apache.org/viewvc?rev=785501&view=rev
Log:
Add missing seh want define

Modified:
    commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c

Modified: commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c?rev=785501&r1=785500&r2=785501&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c Wed Jun 17 07:50:17 2009
@@ -21,6 +21,7 @@
 
 #include "acr.h"
 #include "acr_private.h"
+#define  ACR_WANT_MEMPROTECT
 #include "acr_error.h"
 #include "acr_clazz.h"
 #include "acr_pointer.h"