summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 1d83b02d629..8c8272b16d4 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -7328,7 +7328,7 @@ value of DIR as in previous invocations; this is standard Windows behavior. */)
} new_file_details_w;
#ifdef NTGUI_UNICODE
- wchar_t filename_buf_w[32*1024 + 1]; // NT kernel maximum
+ wchar_t filename_buf_w[32*1024 + 1]; /* NT kernel maximum */
OPENFILENAMEW * file_details_w = &new_file_details_w.details;
const int use_unicode = 1;
#else /* not NTGUI_UNICODE */