// stdafx.h : 標準のシステム インクルード ファイル、 // または参照回数が多く、かつあまり変更されない // プロジェクト専用のインクルード ファイルを記述します。 #if !defined(AFX_STDAFX_H__67A29A39_9109_4FA2_959D_721CE7232B89__INCLUDED_) #define AFX_STDAFX_H__67A29A39_9109_4FA2_959D_721CE7232B89__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define STRICT #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0400 #endif #define _ATL_APARTMENT_THREADED #include // CComModule クラスから派生したクラスを使用して、オーバーライドする場合 // _Module の名前は変更しないでください。 extern CComModule _Module; #include #include #include #include #include //#include #include //file open/close #include //file open/close #include //_fstat #include //_fstat //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。 #include "npapi.h" #include "npupp.h" #endif // !defined(AFX_STDAFX_H__67A29A39_9109_4FA2_959D_721CE7232B89__INCLUDED)