8 lines
150 B
C
8 lines
150 B
C
|
#pragma once
|
||
|
|
||
|
#include "targetver.h"
|
||
|
|
||
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||
|
|
||
|
#include <windows.h>
|