diff options
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 |