forked from somma/_MyLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBaseWindowsHeader.h
More file actions
27 lines (24 loc) · 864 Bytes
/
BaseWindowsHeader.h
File metadata and controls
27 lines (24 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**----------------------------------------------------------------------------
* BaseWindowsHeader.h
*-----------------------------------------------------------------------------
*
*-----------------------------------------------------------------------------
* All rights reserved by somma (fixbrain@gmail.com, unsorted@msn.com)
*-----------------------------------------------------------------------------
* 26:12:2011 17:53 created
**---------------------------------------------------------------------------*/
#pragma once
// std::string 을 strsafe.h 보다 먼저 선언해줘야 워닝이 없음
//
#include <string>
#include <iostream>
#include <vector>
#include <sstream>
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <tchar.h>
#include <strsafe.h>
#include <sal.h>
#ifdef _DEBUG
#include <crtdbg.h>
#endif//_DEBUG