winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

pch.h (321B)


      1 // Copyright (c) Microsoft Corporation.
      2 // Licensed under the MIT License.
      3 #define WIN32_LEAN_AND_MEAN
      4 #include <Windows.h>
      5 #include <Unknwnbase.h>
      6 #include <inspectable.h>
      7 #include <winstring.h>
      8 
      9 #include <wil/result_macros.h>
     10 #include <winrt/Windows.Foundation.h>
     11 
     12 #include <atomic>
     13 #include <string_view>