7 lines
81 B
C
7 lines
81 B
C
|
#pragma once
|
||
|
|
||
|
#define NOMINMAX
|
||
|
#define WIN32_LEAN_AND_MEAN
|
||
|
|
||
|
#include <Windows.h>
|