summaryrefslogtreecommitdiff
path: root/dso/win32
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-17 03:26:30 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-17 03:26:30 +0000
commit9f711f6f3be61c88fe4e086bf0e38fe1ebe241d3 (patch)
tree1ac7e23ee2cb2ca1521764d1234c250b03597a85 /dso/win32
parenta67cfa54618c053e4223bc232bd699492885013f (diff)
downloadlibapr-9f711f6f3be61c88fe4e086bf0e38fe1ebe241d3.tar.gz
Move the win32-only utf8 support [for the Unicode filesystem] out of
the i18n/unix tree. Never built it there anyways. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63695 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso/win32')
-rw-r--r--dso/win32/dso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dso/win32/dso.c b/dso/win32/dso.c
index 8deec356a..2b5c22fce 100644
--- a/dso/win32/dso.c
+++ b/dso/win32/dso.c
@@ -56,7 +56,7 @@
#include "apr_strings.h"
#include "apr_private.h"
#include "fileio.h"
-#include "i18n.h"
+#include "utf8.h"
#if APR_HAS_DSO