From: Anatol Belski Date: Thu, 6 Nov 2014 12:55:58 +0000 (+0100) Subject: fix comment X-Git-Tag: PRE_PHP7_REMOVALS~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bea7d06b79187692a3c4ec7f34e41e017b359e5d;p=php fix comment --- 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