Skip to content

Commit 412fe7d

Browse files
committed
[SDK] Improve wincon.h and add wincon_undoc.h (reactos#8019)
- Add missing WINBASEAPI modifiers. - Update/add missing SAL annotations. - Add missing function argument names. - Only keep public definitions there. - Move private/undocumented ones in a new wincon_undoc.h This header is based on the following resources: - https://undoc.airesoft.co.uk/kernel32.dll/ - https://github.com/microsoft/terminal/blob/main/dep/Console/ntcon.h - https://github.com/microsoft/terminal/blob/main/dep/Console/winconp.h (commit f08321a0b2)
1 parent 228156e commit 412fe7d

File tree

3 files changed

+1069
-200
lines changed

3 files changed

+1069
-200
lines changed

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@
167167
/drivers/base/condrv/ @HBelusca
168168
/drivers/setup/blue/ @HBelusca
169169
/modules/rostests/winetests/kernel32/console.c @HBelusca
170+
/sdk/include/psdk/wincon.h @HBelusca
171+
/sdk/include/reactos/wincon_undoc.h @HBelusca
170172
/sdk/include/reactos/drivers/condrv/ @HBelusca
171173
/sdk/include/reactos/drivers/blue/ @HBelusca
172174
/sdk/include/reactos/subsys/win/conmsg.h @HBelusca

0 commit comments

Comments
 (0)