[DOSKEY][USETUP][KERNEL32][NTVDM][CONSRV][REGEXPL] Fix build (#8019)

Fix build after the move and update of private console API
definitions to wincon_undoc.h
This commit is contained in:
Hermès Bélusca-Maïto 2025-05-13 14:27:47 +02:00
parent 412fe7d9ac
commit 2a0d98c2bc
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
10 changed files with 104 additions and 131 deletions

View file

@ -33,10 +33,11 @@
/* PSDK/NDK */
#define WIN32_NO_STATUS
#define _KERNEL32_ // To define WINBASEAPI empty
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#include <winuser.rh>
#include <wincon.h>
#define NTOS_MODE_USER