// 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 // // //***************************************************************************** #include #include #include #include #if !defined(FEATURE_CORECLR) #undef GetCurrentTime // works around a macro def conflict of GetCurrentTime #include #endif // !FEATURE_CORECLR #include #include #ifdef DACCESS_COMPILE #include #endif #include #include #include #include #include "debugger.h" #include "walker.h" #include "controller.h" #include "frameinfo.h" #include #include "../inc/common.h"