summaryrefslogtreecommitdiff
path: root/include/arch/win32
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-06-24 02:13:44 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-06-24 02:13:44 +0000
commit84fede426f8a0b0137fd867a8c0ef68698ead5ee (patch)
tree290c4e4f61abc6eba5984b6096bc9c25911f0ddd /include/arch/win32
parentbd87926f4550ad609ac810f7bf23dec80b1b6ac5 (diff)
downloadlibapr-84fede426f8a0b0137fd867a8c0ef68698ead5ee.tar.gz
Permit us to use very Win32 specific i18n macros and extensions so that
registry, services and so forth can share well tested code. They are still not for general consumption, only for writing apr-like wrappers. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63520 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/win32')
-rw-r--r--include/arch/win32/fileio.h2
-rw-r--r--include/arch/win32/misc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/win32/fileio.h b/include/arch/win32/fileio.h
index 2cf398995..b0bb3acd0 100644
--- a/include/arch/win32/fileio.h
+++ b/include/arch/win32/fileio.h
@@ -86,7 +86,7 @@
#endif
#if APR_HAS_UNICODE_FS
-#include "i18n.h"
+#include "arch/unix/i18n.h"
#include <wchar.h>
typedef apr_uint16_t apr_wchar_t;
diff --git a/include/arch/win32/misc.h b/include/arch/win32/misc.h
index 072dad16b..68e636afd 100644
--- a/include/arch/win32/misc.h
+++ b/include/arch/win32/misc.h
@@ -141,7 +141,7 @@ typedef enum {
APR_WIN_XP = 60
} apr_oslevel_e;
-extern apr_oslevel_e apr_os_level;
+extern APR_DECLARE_DATA apr_oslevel_e apr_os_level;
apr_status_t apr_get_oslevel(struct apr_pool_t *, apr_oslevel_e *);