19 lines
574 B
C
19 lines
574 B
C
#ifndef __midl
|
|
#define _SXS_ASSEMBLY_VERSION "9.0.30729.1"
|
|
#define _CRT_ASSEMBLY_VERSION _SXS_ASSEMBLY_VERSION
|
|
#define _MFC_ASSEMBLY_VERSION _SXS_ASSEMBLY_VERSION
|
|
#define _ATL_ASSEMBLY_VERSION _SXS_ASSEMBLY_VERSION
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
__declspec(selectany) int _forceCRTManifest;
|
|
__declspec(selectany) int _forceMFCManifest;
|
|
__declspec(selectany) int _forceAtlDllManifest;
|
|
__declspec(selectany) int _forceCRTManifestRTM;
|
|
__declspec(selectany) int _forceMFCManifestRTM;
|
|
__declspec(selectany) int _forceAtlDllManifestRTM;
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif |