00001 #ifndef _CHM_GLOBAL_DEFINES_H_
00002 #define _CHM_GLOBAL_DEFINES_H_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifdef __BCPLUSPLUS__
00023 # define CHM_USE_STL
00024 #endif
00025
00026 #if _MSC_VER == 1310
00027 # define CHM_USE_STL
00028 #endif
00029
00030 #ifdef CHM_USE_STL
00031 # pragma message("Using Standard C++ Template Library.")
00032 # pragma message("See the file CHMglobalDefines.h in the CHM directory for")
00033 # pragma message("more information.")
00034 #else
00035 # pragma message("Not using Standard C++ Template Library.")
00036 # pragma message("See the file CHMglobalDefines.h in the CHM directory for")
00037 # pragma message("more information.")
00038 #endif // CHM_USE_STL
00039
00040
00041 #endif // end of defensive include