TWR
T windows api WRapper
Main Page
Classes
Files
File List
All
Classes
Functions
stdafx.h
1
// stdafx.h : 標準のシステム インクルード ファイルのインクルード ファイル、または
2
// 参照回数が多く、かつあまり変更されない、プロジェクト専用のインクルード ファイル
3
// を記述します。
4
//
5
6
#pragma once
7
8
#include "../targetver.h"
9
10
#define WIN32_LEAN_AND_MEAN // Windows ヘッダーから使用されていない部分を除外します。
11
// Windows ヘッダー ファイル:
12
#include <windows.h>
13
14
// C ランタイム ヘッダー ファイル
15
#include <stdlib.h>
16
#include <malloc.h>
17
#include <memory.h>
18
#include <tchar.h>
19
20
21
// TODO: プログラムに必要な追加ヘッダーをここで参照してください。
WindowSample
TWR
stdafx.h
Generated on Mon Jun 25 2012 21:59:18 for TWR by
1.8.1.1