qxLib
windows.h
Go to the documentation of this file.
1 /**
2 
3  @file windows.h
4  @author Khrapov
5  @date 11.01.2026
6  @copyright © Nick Khrapov, 2026. All right reserved.
7 
8 **/
9 #pragma once
10 
11 #if QX_WIN
12  #define WIN32_LEAN_AND_MEAN
13  #define NOMINMAX
14 
15  #include <windows.h>
16 
17  #undef LoadBitmap
18  #undef CreateFont
19  #undef GetGeoInfo
20 #endif