winget-cli

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

pch.h (158B)


      1 // Copyright (c) Microsoft Corporation.
      2 // Licensed under the MIT License.
      3 #define WIN32_LEAN_AND_MEAN
      4 #include <Windows.h>
      5 #include <wil/result_macros.h>