Author: mladen.turk(a)jboss.com
Date: 2007-07-24 04:09:59 -0400 (Tue, 24 Jul 2007)
New Revision: 946
Modified:
trunk/build/patch/apr-1.2.9.patch
Log:
Fix APR 1.2.9 windows build
Modified: trunk/build/patch/apr-1.2.9.patch
===================================================================
--- trunk/build/patch/apr-1.2.9.patch 2007-07-24 08:09:25 UTC (rev 945)
+++ trunk/build/patch/apr-1.2.9.patch 2007-07-24 08:09:59 UTC (rev 946)
@@ -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