Sha256: 853c8a7deda71e9efd795cf6ef308d96eabff5a2b9c0d5ca80cdfdf12e7afff4
Contents?: true
Size: 585 Bytes
Versions: 3
Compression:
Stored size: 585 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
transactd-1.2.0 | source/global/tdclatl/stdafx.h |
transactd-1.1.2 | source/global/tdclatl/stdafx.h |
transactd-1.0.1 | source/global/tdclatl/stdafx.h |