Skip to content

Commit 2ef437a

Browse files
authored
Remove wil/cppwinrt.h from NuGet-shipped auto-initializer files (#6363)
1 parent bd92af4 commit 2ef437a

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

dev/Common/WindowsAppRuntimeAutoInitializer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Microsoft Corporation and Contributors.
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

4-
#include <wil/cppwinrt.h>
5-
64
// Forward-declare the various AutoInitialize functions
75
namespace Microsoft::Windows::ApplicationModel::DynamicDependency::Bootstrap
86
{

dev/Deployment/DeploymentManagerAutoInitializer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#include <Windows.h>
55
#include <stdlib.h>
66

7-
#include <wil/cppwinrt.h>
8-
97
#include <winrt/Windows.Foundation.h>
108
#include <winrt/Windows.Foundation.Collections.h>
119

dev/UndockedRegFreeWinRT/UndockedRegFreeWinRT-AutoInitializer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#include <Windows.h>
55
#include <stdlib.h>
66

7-
#include <wil/cppwinrt.h>
8-
97
// Ensure the including PE file has an import reference to
108
// the WindowsAppSDK runtime DLL and thus gets loaded when
119
// the including PE file gets loaded.

dev/WindowsAppRuntime_BootstrapDLL/MddBootstrapAutoInitializer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include <stdint.h>
66
#include <stdlib.h>
77

8-
#include <wil/cppwinrt.h>
9-
108
#include <MddBootstrap.h>
119
#include <WindowsAppSDK-VersionInfo.h>
1210

0 commit comments

Comments
 (0)