Cthulhu
0.2.10
Cthulhu compiler collection
win32.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-3.0-only
2
3
#pragma once
4
5
#include <
ctu_config.h
>
6
11
12
#ifndef WIN32_LEAN_AND_MEAN
13
# define WIN32_LEAN_AND_MEAN
14
#endif
15
16
#ifndef NOMINMAX
17
# define NOMINMAX
18
#endif
19
20
#ifndef STRICT
21
# define STRICT
22
#endif
23
24
#ifndef VC_EXTRALEAN
25
# define VC_EXTRALEAN
26
#endif
27
28
#include <windows.h>
// IWYU pragma: export
29
ctu_config.h
common
core
include
core
win32.h
Generated by
1.9.1