Skip to content

Commit

Permalink
文字エンコーディングの変更
Browse files Browse the repository at this point in the history
  • Loading branch information
udaken committed Jul 5, 2017
1 parent 8d9a9a0 commit f3ef282
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stdafx.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// stdafx.cpp : 標準インクルード axwinpdf.pch のみを
// 含むソース ファイルは、プリコンパイル済みヘッダーになります。
// stdafx.obj にはプリコンパイル済み型情報が含まれます。

#include "stdafx.h"

// TODO: このファイルではなく、STDAFX.H で必要な
// 追加ヘッダーを参照してください。
7 changes: 7 additions & 0 deletions stdafx.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// stdafx.h : 標準のシステム インクルード ファイルのインクルード ファイル、または
// 参照回数が多く、かつあまり変更されない、プロジェクト専用のインクルード ファイル
// を記述します。
//

#pragma once
Expand All @@ -6,8 +9,12 @@

#define STRICT

#define WIN32_LEAN_AND_MEAN // Windows ヘッダーから使用されていない部分を除外します。
// Windows ヘッダー ファイル:
#include <windows.h>


#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 一部の CString コンストラクターは明示的です。


// TODO: プログラムに必要な追加ヘッダーをここで参照してください
4 changes: 4 additions & 0 deletions targetver.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#pragma once

// SDKDDKVer.h をインクルードすると、利用できる最も上位の Windows プラットフォームが定義されます。

// 以前の Windows プラットフォーム用にアプリケーションをビルドする場合は、WinSDKVer.h をインクルードし、
// SDKDDKVer.h をインクルードする前に、サポート対象とするプラットフォームを示すように _WIN32_WINNT マクロを設定します。

#include <SDKDDKVer.h>

0 comments on commit f3ef282

Please sign in to comment.