10 lines
200 B
C
10 lines
200 B
C
|
#pragma once
|
||
|
#ifndef WIN32_LEAN_AND_MEAN
|
||
|
#define WIN32_LEAN_AND_MEAN
|
||
|
#endif // !WIN32_LEAN_AND_MEAN
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <tchar.h>
|
||
|
#include <string>
|
||
|
#include <atlbase.h>
|
||
|
using namespace std;
|