| 1234567891011121314151617 |
- /*
- This source file is part of the Swift System open source project
- Copyright (c) 2020 Apple Inc. and the Swift System project authors
- Licensed under Apache License v2.0 with Runtime Library Exception
- See https://swift.org/LICENSE.txt for license information
- */
- #if defined(_WIN32)
- #define NOMINMAX
- #define WIN32_LEAN_AND_MEAN
- #define VC_EXTRA_LEAN
- #include <Windows.h>
- #endif
|