Redist 762 blijven targetten

svn path=/Slnkdwf/trunk/; revision=12496
This commit is contained in:
Jos Groot Lipman
2010-08-12 21:55:10 +00:00
parent 371f3d9eb0
commit 7a5e24e5b8

22
SlnkDWFImpl/targetsxs.h Normal file
View File

@@ -0,0 +1,22 @@
// Dankzij http://tedwvc.wordpress.com/2009/08/10/avoiding-problems-with-vc2005-sp1-security-update-kb971090/
// Forceer dat de .762 versie van de DLL's gebruikt wordt. Die hebben we namelijk altijd gedistribueerd.
#ifndef __midl
#define _SXS_ASSEMBLY_VERSION "8.0.50727.762"
#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