| 1 |
// stdafx.h : 標準のシステム インクルード ファイル、 |
// stdafx.h : 標準のシステム インクルード ファイル、 |
| 2 |
// または参照回数が多く、かつあまり変更されない |
// または参照回数が多く、かつあまり変更されない |
| 3 |
// プロジェクト専用のインクルード ファイルを記述します。 |
// プロジェクト専用のインクルード ファイルを記述します。 |
| 4 |
// |
// |
| 5 |
|
|
| 6 |
#if !defined(AFX_STDAFX_H__B24257E3_70C7_482E_8DB9_1A5C4AE8B2F6__INCLUDED_) |
#if !defined(AFX_STDAFX_H__B24257E3_70C7_482E_8DB9_1A5C4AE8B2F6__INCLUDED_) |
| 7 |
#define AFX_STDAFX_H__B24257E3_70C7_482E_8DB9_1A5C4AE8B2F6__INCLUDED_ |
#define AFX_STDAFX_H__B24257E3_70C7_482E_8DB9_1A5C4AE8B2F6__INCLUDED_ |
| 8 |
|
|
| 9 |
#if _MSC_VER > 1000 |
#if _MSC_VER > 1000 |
| 10 |
#pragma once |
#pragma once |
| 11 |
#endif // _MSC_VER > 1000 |
#endif // _MSC_VER > 1000 |
| 12 |
|
|
| 13 |
#define _WINSOCKAPI_ |
#define _WINSOCKAPI_ |
| 14 |
|
|
| 15 |
// この位置にヘッダーを挿入してください |
// この位置にヘッダーを挿入してください |
| 16 |
#include <winsock2.h> |
#include <winsock2.h> |
| 17 |
|
|
| 18 |
#include <openssl/crypto.h> |
#include <openssl/crypto.h> |
| 19 |
#include <openssl/x509.h> |
#include <openssl/x509.h> |
| 20 |
#include <openssl/pem.h> |
#include <openssl/pem.h> |
| 21 |
#include <openssl/ssl.h> |
#include <openssl/ssl.h> |
| 22 |
#include <openssl/err.h> |
#include <openssl/err.h> |
| 23 |
#include <openssl/x509v3.h> |
#include <openssl/x509v3.h> |
| 24 |
|
|
| 25 |
#include <teraterm.h> |
#include <teraterm.h> |
| 26 |
#include <tttypes.h> |
#include <tttypes.h> |
| 27 |
#include <ttplugin.h> |
#include <ttplugin.h> |
| 28 |
|
|
| 29 |
// TODO: プログラムで必要なヘッダー参照を追加してください。 |
// TODO: プログラムで必要なヘッダー参照を追加してください。 |
| 30 |
|
|
| 31 |
//{{AFX_INSERT_LOCATION}} |
//{{AFX_INSERT_LOCATION}} |
| 32 |
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。 |
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。 |
| 33 |
|
|
| 34 |
#endif // !defined(AFX_STDAFX_H__B24257E3_70C7_482E_8DB9_1A5C4AE8B2F6__INCLUDED_) |
#endif // !defined(AFX_STDAFX_H__B24257E3_70C7_482E_8DB9_1A5C4AE8B2F6__INCLUDED_) |