From 658c3c6962bf816b1577907f1214930eb93ddcca Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Thu, 26 Jul 2001 03:33:21 +0000 Subject: I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-) PS: How did that "#endif APR_HAS_UNICODE_FS" thing ever compile? Does MSVC actually let you do that sort of thing? git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62026 13f79535-47bb-0310-9956-ffa450edef68 --- user/win32/userinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') diff --git a/user/win32/userinfo.c b/user/win32/userinfo.c index 098755e4d..8636d174a 100644 --- a/user/win32/userinfo.c +++ b/user/win32/userinfo.c @@ -164,7 +164,7 @@ APR_DECLARE(apr_status_t) apr_get_home_directory(char **dirname, const char *use return APR_ENOENT; } else -#endif APR_HAS_UNICODE_FS +#endif /* APR_HAS_UNICODE_FS */ { keylen = sizeof(regkey); rv = RegQueryValueEx(key, "ProfileImagePath", NULL, &type, -- cgit v1.2.1