DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
framework.h
Go to the documentation of this file.
1#pragma once
2
3#if defined(_WIN32)
4#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
5// Windows Header Files
6#include <windows.h>
7#endif