diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-06-24 02:13:44 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-06-24 02:13:44 +0000 |
commit | ea6d7ab6e44189f6ab51218fe1963a7ea6eced9e (patch) | |
tree | 290c4e4f61abc6eba5984b6096bc9c25911f0ddd /misc | |
parent | 6656e699eab68655252e2bc8a8f925336cceae24 (diff) | |
download | apr-ea6d7ab6e44189f6ab51218fe1963a7ea6eced9e.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: https://svn.apache.org/repos/asf/apr/apr/trunk@63520 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r-- | misc/win32/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/win32/misc.c b/misc/win32/misc.c index 39a8b5d7d..38a6f2662 100644 --- a/misc/win32/misc.c +++ b/misc/win32/misc.c @@ -59,7 +59,7 @@ #include "assert.h" #include "apr_lib.h" -apr_oslevel_e apr_os_level = APR_WIN_UNK; +APR_DECLARE_DATA apr_oslevel_e apr_os_level = APR_WIN_UNK; apr_status_t apr_get_oslevel(apr_pool_t *cont, apr_oslevel_e *level) { |