mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 18:52:29 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
11
libc/nt/thunk/console.inc
Normal file
11
libc/nt/thunk/console.inc
Normal file
|
@ -0,0 +1,11 @@
|
|||
#define GetConsoleMode(...) __imp_GetConsoleMode(__VA_ARGS__)
|
||||
#define SetConsoleCP(...) __imp_SetConsoleCP(__VA_ARGS__)
|
||||
#define SetConsoleCtrlHandler(...) __imp_SetConsoleCtrlHandler(__VA_ARGS__)
|
||||
#define SetConsoleMode(...) __imp_SetConsoleMode(__VA_ARGS__)
|
||||
#define SetConsoleOutputCP(...) __imp_SetConsoleOutputCP(__VA_ARGS__)
|
||||
|
||||
extern typeof(GetConsoleMode) *const __imp_GetConsoleMode __msabi;
|
||||
extern typeof(SetConsoleCP) *const __imp_SetConsoleCP __msabi;
|
||||
extern typeof(SetConsoleCtrlHandler) *const __imp_SetConsoleCtrlHandler __msabi;
|
||||
extern typeof(SetConsoleMode) *const __imp_SetConsoleMode __msabi;
|
||||
extern typeof(SetConsoleOutputCP) *const __imp_SetConsoleOutputCP __msabi;
|
Loading…
Add table
Add a link
Reference in a new issue