mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:05:50 +00:00
[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:
parent
412fe7d9ac
commit
2a0d98c2bc
10 changed files with 104 additions and 131 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue