diff options
author | Anatol Belski <ab@php.net> | 2014-11-06 13:55:58 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-11-06 13:55:58 +0100 |
commit | bea7d06b79187692a3c4ec7f34e41e017b359e5d (patch) | |
tree | 00b295130d01aa2ed16f63e2863760bbb7b0d404 /win32/php_stdint.h | |
parent | f5092bd304b481da45de95e3b25a96fa6b05bc29 (diff) | |
download | php-git-bea7d06b79187692a3c4ec7f34e41e017b359e5d.tar.gz |
fix comment
Diffstat (limited to 'win32/php_stdint.h')
-rw-r--r-- | win32/php_stdint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/php_stdint.h b/win32/php_stdint.h index d5b90ebe26..e5e0efbb1d 100644 --- a/win32/php_stdint.h +++ b/win32/php_stdint.h @@ -33,7 +33,7 @@ #error "Use this header only with Microsoft Visual C++ compilers!" #endif // _MSC_VER ] -// Starting with VS2014, many of the C11 features are now included, so we only +// Starting with vc14, many of the C11 features are now included, so we only // need many of these typedefs and defines for older VS suites #if _MSC_VER < 1900 |