aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/io_win32.h
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2017-08-11 14:01:41 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2017-08-11 14:01:41 -0700
commit651429b709cd83ca1c780a7c40c3953e638954a4 (patch)
tree8dd98c764886992468200fd65809ab60804ac33f /src/google/protobuf/stubs/io_win32.h
parentb4c0cfe3a4cbc17148c0d1d728666d70136b7e93 (diff)
Fix comments
Diffstat (limited to 'src/google/protobuf/stubs/io_win32.h')
-rw-r--r--src/google/protobuf/stubs/io_win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/stubs/io_win32.h b/src/google/protobuf/stubs/io_win32.h
index 63a52cac..a20e64c7 100644
--- a/src/google/protobuf/stubs/io_win32.h
+++ b/src/google/protobuf/stubs/io_win32.h
@@ -50,6 +50,8 @@
#include <string>
#include <google/protobuf/stubs/port.h>
+// Compilers on Windows other than MSVC (e.g. Cygwin, MinGW32) define the
+// following functions already, except for mkdir.
#ifdef _MSC_VER
namespace google {
namespace protobuf {