46#define CONSOLE_UTIL_EXPORT
55#define CONSOLE_UTIL_API
60 #define CONSOLE_UTIL_EXPORT
61 #define CONSOLE_UTIL_API
63 #ifndef __INTELLISENSE__
64 #ifndef CONSOLE_UTIL_STATIC
65 #ifdef CONSOLE_UTIL_EXPORTS
66 #define CONSOLE_UTIL_EXPORT __declspec(dllexport)
68 #define CONSOLE_UTIL_EXPORT __declspec(dllimport)
71 #define CONSOLE_UTIL_EXPORT
74 #define CONSOLE_UTIL_EXPORT
76 #ifndef CONSOLE_UTIL_API
77 #define CONSOLE_UTIL_API __stdcall
CONSOLE_UTIL_EXPORT void CONSOLE_UTIL_API console_init(void)
コンソールヘルパーを初期化する。
#define CONSOLE_UTIL_API
呼び出し規約マクロ。
CONSOLE_UTIL_EXPORT void CONSOLE_UTIL_API console_dispose(void)
コンソールヘルパーを終了し、リソースを解放する。
#define CONSOLE_UTIL_EXPORT
DLL エクスポート/インポート制御マクロ。