Author: mladen.turk(a)jboss.com
Date: 2007-07-24 04:09:25 -0400 (Tue, 24 Jul 2007)
New Revision: 945
Modified:
branches/JBNATIVE_2_0_1/build/patch/apr-1.2.9.patch
Log:
Fix APR 1.2.9 windows build
Modified: branches/JBNATIVE_2_0_1/build/patch/apr-1.2.9.patch
===================================================================
--- branches/JBNATIVE_2_0_1/build/patch/apr-1.2.9.patch 2007-07-19 07:19:19 UTC (rev 944)
+++ branches/JBNATIVE_2_0_1/build/patch/apr-1.2.9.patch 2007-07-24 08:09:25 UTC (rev 945)
@@ -9,3 +9,16 @@
#define APR_HAVE_MEMMOVE 1
#define APR_HAVE_SETRLIMIT 0
#define APR_HAVE_SIGACTION 0
+--- misc/win32/rand.c
++++ misc/win32/rand.c
+@@ -14,9 +14,8 @@
+ * limitations under the License.
+ */
+
+-#include <windows.h>
+-#include <wincrypt.h>
+ #include "apr.h"
++#include <wincrypt.h>
+ #include "apr_private.h"
+ #include "apr_general.h"
+ #include "apr_portable.h"
Show replies by date