summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2001-07-26 03:33:21 +0000
committerCliff Woolley <jwoolley@apache.org>2001-07-26 03:33:21 +0000
commit658c3c6962bf816b1577907f1214930eb93ddcca (patch)
treeb63e588cd008e8d34091cd7c16d65e1a29690b88 /user
parent79b25a6572130a7d3adfd5ed6d5ffac04d2228f5 (diff)
downloadapr-658c3c6962bf816b1577907f1214930eb93ddcca.tar.gz
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
Diffstat (limited to 'user')
-rw-r--r--user/win32/userinfo.c2
1 files changed, 1 insertions, 1 deletions
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,