summaryrefslogtreecommitdiff
path: root/src/os_win32.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-10-21 21:38:45 +0200
committerBram Moolenaar <Bram@vim.org>2012-10-21 21:38:45 +0200
commit17aa8cc255d313ac33eca4f2727ed2a6b8bdd8ef (patch)
tree81447e8fc49a88711bfde1efdec56830586d608a /src/os_win32.h
parenta9a2d8f4d0d8bfd10fdcf468e6614e196d39ffd0 (diff)
downloadvim-git-17aa8cc255d313ac33eca4f2727ed2a6b8bdd8ef.tar.gz
updated for version 7.3.707v7.3.707
Problem: Problems loading a library for a file name with non-latin characters. Solution: Use wide system functions when possible. (Ken Takata)
Diffstat (limited to 'src/os_win32.h')
-rw-r--r--src/os_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_win32.h b/src/os_win32.h
index 5303d6ddc..c155fb23f 100644
--- a/src/os_win32.h
+++ b/src/os_win32.h
@@ -108,7 +108,7 @@
*/
#define CMDBUFFSIZE 1024 /* size of the command processing buffer */
-/* _MAX_PATH is only 256 (stdlib.h), but we want more for the 'path' option,
+/* _MAX_PATH is only 260 (stdlib.h), but we want more for the 'path' option,
* thus use a larger number. */
#define MAXPATHL 1024