mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
win.hpp
Go to the documentation of this file.
1#pragma once
7#if defined(_WIN32)
8
9#include "win-def.hpp"
10#ifndef NOMINMAX
11#define NOMINMAX
12#endif
13#ifndef WIN32_LEAN_AND_MEAN
14#define WIN32_LEAN_AND_MEAN
15#endif
16#include <sdkddkver.h>
17#include <Windows.h>
18
19#include "win-undef.hpp"
20
21#endif