mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
add SetConsoleOuputCP
This commit is contained in:
@@ -45,6 +45,7 @@ foreign kernel32 {
|
|||||||
dwCursorPosition: COORD) -> BOOL ---
|
dwCursorPosition: COORD) -> BOOL ---
|
||||||
SetConsoleTextAttribute :: proc(hConsoleOutput: HANDLE,
|
SetConsoleTextAttribute :: proc(hConsoleOutput: HANDLE,
|
||||||
wAttributes: WORD) -> BOOL ---
|
wAttributes: WORD) -> BOOL ---
|
||||||
|
SetConsoleOutputCP :: proc(wCodePageID: UINT) -> BOOL ---
|
||||||
|
|
||||||
GetFileInformationByHandle :: proc(hFile: HANDLE, lpFileInformation: LPBY_HANDLE_FILE_INFORMATION) -> BOOL ---
|
GetFileInformationByHandle :: proc(hFile: HANDLE, lpFileInformation: LPBY_HANDLE_FILE_INFORMATION) -> BOOL ---
|
||||||
SetHandleInformation :: proc(hObject: HANDLE,
|
SetHandleInformation :: proc(hObject: HANDLE,
|
||||||
|
|||||||
Reference in New Issue
Block a user