#pragma once #include "targetver.h" // Windows ヘッダーからほとんど使用されていない部分を除外する #define WIN32_LEAN_AND_MEAN // Windows ヘッダー ファイル #include <windows.h> // プログラムに必要な追加ヘッダーをここで参照してください #define DllExport extern "C" __declspec(dllexport)