From bea7d06b79187692a3c4ec7f34e41e017b359e5d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 6 Nov 2014 13:55:58 +0100 Subject: [PATCH] fix comment --- win32/php_stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0