Sha256: bf7a6df8582619482de86c12b5b2ebee37920765a42380b8cabd307fd1e67118
Contents?: true
Size: 595 Bytes
Versions: 27
Compression:
Stored size: 595 Bytes
Contents
// stdafx.h : 標準のシステム インクルード ファイルのインクルード // ファイル、または // 参照回数が多く、かつあまり変更されない、プロジェクト専用のインクルード // ファイル // を記述します。 #pragma once #ifndef STRICT #define STRICT #endif #include "targetver.h" #define _ATL_APARTMENT_THREADED #define _ATL_NO_AUTOMATIC_NAMESPACE #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 一部の CString // コンストラクターは明示的です。 #define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW #include "resource.h" #include <atlbase.h> #include <atlcom.h> #include <atlctl.h>
Version data entries
27 entries across 27 versions & 1 rubygems