vcconfig.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VC_VERSION   "(version unknown)"
 
#define RUNTIME_THREAD   "Single-threaded"
 
#define RUNTIME_LINKAGE   "Static"
 
#define RUNTIME_CONFIG   "Release Configuration"
 
#define COMPILER_STRING   " - MS VC++ " VC_VERSION " - " RUNTIME_THREAD " " RUNTIME_LINKAGE " Runtime library - " RUNTIME_CONFIG
 

Macro Definition Documentation

◆ COMPILER_STRING

#define COMPILER_STRING   " - MS VC++ " VC_VERSION " - " RUNTIME_THREAD " " RUNTIME_LINKAGE " Runtime library - " RUNTIME_CONFIG

◆ RUNTIME_CONFIG

#define RUNTIME_CONFIG   "Release Configuration"

◆ RUNTIME_LINKAGE

#define RUNTIME_LINKAGE   "Static"

◆ RUNTIME_THREAD

#define RUNTIME_THREAD   "Single-threaded"

◆ VC_VERSION

#define VC_VERSION   "(version unknown)"