2020-06-15 14:18:57 +00:00
|
|
|
#define GetConsoleMode(...) __imp_GetConsoleMode(__VA_ARGS__)
|
|
|
|
extern typeof(GetConsoleMode) *const __imp_GetConsoleMode __msabi;
|
2020-09-28 08:13:56 +00:00
|
|
|
|
|
|
|
#define SetConsoleCP(...) __imp_SetConsoleCP(__VA_ARGS__)
|
2020-06-15 14:18:57 +00:00
|
|
|
extern typeof(SetConsoleCP) *const __imp_SetConsoleCP __msabi;
|
2020-09-28 08:13:56 +00:00
|
|
|
|
|
|
|
#define GetConsoleCP(...) __imp_GetConsoleCP(__VA_ARGS__)
|
|
|
|
extern typeof(GetConsoleCP) *const __imp_GetConsoleCP __msabi;
|
|
|
|
|
|
|
|
#define SetConsoleCtrlHandler(...) __imp_SetConsoleCtrlHandler(__VA_ARGS__)
|
2020-06-15 14:18:57 +00:00
|
|
|
extern typeof(SetConsoleCtrlHandler) *const __imp_SetConsoleCtrlHandler __msabi;
|
2020-09-28 08:13:56 +00:00
|
|
|
|
|
|
|
#define SetConsoleMode(...) __imp_SetConsoleMode(__VA_ARGS__)
|
2020-06-15 14:18:57 +00:00
|
|
|
extern typeof(SetConsoleMode) *const __imp_SetConsoleMode __msabi;
|
2020-09-28 08:13:56 +00:00
|
|
|
|
|
|
|
#define SetConsoleOutputCP(...) __imp_SetConsoleOutputCP(__VA_ARGS__)
|
2020-06-15 14:18:57 +00:00
|
|
|
extern typeof(SetConsoleOutputCP) *const __imp_SetConsoleOutputCP __msabi;
|
2020-09-28 08:13:56 +00:00
|
|
|
|
|
|
|
#define GetConsoleOutputCP(...) __imp_GetConsoleOutputCP(__VA_ARGS__)
|
|
|
|
extern typeof(GetConsoleOutputCP) *const __imp_GetConsoleOutputCP __msabi;
|