main
h 15 lines 380 Bytes
Raw
1 // header.h : include file for standard system include files,
2 // or project specific include files
3 //
4
5 #pragma once
6
7 #include "targetver.h"
8 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
9 // Windows Header Files
10 #include <windows.h>
11 // C RunTime Header Files
12 #include <stdlib.h>
13 #include <malloc.h>
14 #include <memory.h>
15 #include <tchar.h>