// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //***************************************************************************** // File: stdafx.h // // Prevent the inclusion of Random.h from disabling rand(). rand() is used by some other headers we include // and there's no reason why DAC should be forbidden from using it. #define DO_NOT_DISABLE_RAND #define USE_COM_CONTEXT_DEF #include #include #include #ifdef DACCESS_COMPILE #include #include #endif // DACCESS_COMPILE