Author: wrowe Date: Fri Dec 18 06:54:39 2009 New Revision: 892158 URL: http://svn.apache.org/viewvc?rev=892158&view=rev Log: fix compilation errors on win32 Modified: apr/apr/trunk/include/arch/win32/apr_private.h Modified: apr/apr/trunk/include/arch/win32/apr_private.h URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/arch/win32/apr_private.h?rev=892158&r1=892157&r2=892158&view=diff ============================================================================== --- apr/apr/trunk/include/arch/win32/apr_private.h (original) +++ apr/apr/trunk/include/arch/win32/apr_private.h Fri Dec 18 06:54:39 2009 @@ -69,14 +69,11 @@ */ #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 +#define HAVE_PROCESS_H APR_NOT_IN_WCE #define HAVE_SIGNAL_H 1 +#define HAVE_STDDEF_H APR_NOT_IN_WCE #define HAVE_STDLIB_H 1 -#ifndef _WIN32_WCE -#define HAVE_PROCESS_H 1 -#define HAVE_STDDEF_H 1 -#endif - #define HAVE_STRICMP 1 #define HAVE_STRNICMP 1 #define HAVE_STRDUP 1 @@ -175,7 +172,7 @@ #define APU_DSO_BUILD 1 #endif -/* Presume a standard, modern (5.x) mysql sdk/ +/* Presume a standard, modern (5.x) mysql sdk */ #define HAVE_MY_GLOBAL_H 1 /* my_sys.h is broken on VC/Win32, and apparently not required */ @@ -199,4 +196,3 @@ #endif #endif /*APR_PRIVATE_H*/ -#endif /*WIN32*/