aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/io_win32.cc
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2017-08-11 14:01:41 -0700
committerJisi Liu <jisi.liu@gmail.com>2017-08-11 14:01:41 -0700
commit651429b709cd83ca1c780a7c40c3953e638954a4 (patch)
tree8dd98c764886992468200fd65809ab60804ac33f /src/google/protobuf/stubs/io_win32.cc
parentb4c0cfe3a4cbc17148c0d1d728666d70136b7e93 (diff)
downloadprotobuf-651429b709cd83ca1c780a7c40c3953e638954a4.tar.gz
protobuf-651429b709cd83ca1c780a7c40c3953e638954a4.tar.bz2
protobuf-651429b709cd83ca1c780a7c40c3953e638954a4.zip
Fix comments
Diffstat (limited to 'src/google/protobuf/stubs/io_win32.cc')
-rw-r--r--src/google/protobuf/stubs/io_win32.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/io_win32.cc b/src/google/protobuf/stubs/io_win32.cc
index d1ad6761..b418986b 100644
--- a/src/google/protobuf/stubs/io_win32.cc
+++ b/src/google/protobuf/stubs/io_win32.cc
@@ -44,7 +44,6 @@
// Comment this out to fall back to using the ANSI versions (open, mkdir, ...)
// instead of the Unicode ones (_wopen, _wmkdir, ...). Doing so can be useful to
// debug failing tests if that's caused by the long path support.
-// Long path support is disabled in MinGW
#define SUPPORT_LONGPATHS
#include <ctype.h>