Index: arch/win32/misc.h
===================================================================
RCS file: /home/cvspublic/apr/include/arch/win32/misc.h,v
retrieving revision 1.37
diff -u -r1.37 misc.h
--- arch/win32/misc.h	28 Jan 2002 15:56:08 -0000	1.37
+++ arch/win32/misc.h	28 Jan 2002 21:41:26 -0000
@@ -205,7 +205,7 @@
  * #undef/re#define the Ansi/Unicode generic name to abate confusion
  * In the case of non-text functions, simply #define the original name
  */
-
+#ifndef _WIN32_WCE
 #ifdef GetFileAttributesExA
 #undef GetFileAttributesExA
 #endif
@@ -290,7 +290,7 @@
     (handle, ObjectType, SecurityInfo, ppsidOwner, ppsidGroup, 
 	 ppDacl, ppSacl, ppSecurityDescriptor));
 #define GetSecurityInfo apr_winapi_GetSecurityInfo
-
+#endif
 #endif /* WIN32 */
 
 #endif  /* ! MISC_H */
