Initial import
This commit is contained in:
16
libc/nt/struct/consolescreenbufferinfo.h
Normal file
16
libc/nt/struct/consolescreenbufferinfo.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_CONSOLESCREENBUFFERINFO_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_STRUCT_CONSOLESCREENBUFFERINFO_H_
|
||||
#include "libc/nt/struct/coord.h"
|
||||
#include "libc/nt/struct/smallrect.h"
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
struct NtConsoleScreenBufferInfo {
|
||||
struct NtCoord dwSize;
|
||||
struct NtCoord dwCursorPosition;
|
||||
uint16_t wAttributes;
|
||||
struct NtSmallRect srWindow;
|
||||
struct NtCoord dwMaximumWindowSize;
|
||||
};
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_CONSOLESCREENBUFFERINFO_H_ */
|
||||
Reference in New Issue
Block a user