STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
crtversion.h
Go to the documentation of this file.
1 /***
2 *crtversion.h - macro definitions for CRT version.
3 *
4 * Copyright (c) Microsoft Corporation. All rights reserved.
5 *
6 *Purpose:
7 * Contains macro definitions for the CRT version.
8 * [System V]
9 *
10 * [Public]
11 *
12 ****/
13 
14 #if !defined(_VC_CRT_MAJOR_VERSION)
15 #define _VC_CRT_MAJOR_VERSION 12
16 #endif
17 
18 #if !defined(_VC_CRT_MINOR_VERSION)
19 #define _VC_CRT_MINOR_VERSION 0
20 #endif
21 
22 #if !defined(_VC_CRT_BUILD_VERSION)
23 #define _VC_CRT_BUILD_VERSION 30501
24 #endif
25 
26 #if !defined(_VC_CRT_RBUILD_VERSION)
27 #define _VC_CRT_RBUILD_VERSION 0
28 #endif