10 lines
126 B
C
Raw Normal View History

2021-04-10 22:19:56 -07:00
#pragma once
#include "targetver.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>