/*** *crtmanifest.c - CRT DLL manifest - current version * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * This module contains the manifest snippet that has to be added * to the application. Manifest version refers to the current version * *******************************************************************************/ #define _DLL #undef _CRT_NOFORCE_MANIFEST #undef _VC_NODEFAULTLIB #include int _forceCRTManifest = 0;