summaryrefslogtreecommitdiff
path: root/user/win32/userinfo.c
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-07-26 03:33:21 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-07-26 03:33:21 +0000
commit8bdb6621ba5ba147c1450a29e500d3e8359c5f04 (patch)
treeb63e588cd008e8d34091cd7c16d65e1a29690b88 /user/win32/userinfo.c
parentf658a77e159965280e061ec18a52a7c1162c4f32 (diff)
downloadlibapr-8bdb6621ba5ba147c1450a29e500d3e8359c5f04.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: http://svn.apache.org/repos/asf/apr/apr/trunk@62026 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'user/win32/userinfo.c')
-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,