blob: 482dc81ed092e2e248553386c4225906fc924ddf (
plain)
1
2
3
4
5
|
#pragma once
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
#define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL
#define BURN_SOURCE_DEFAULT DUTIL_SOURCE_DEFAULT
|