mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:23:39 +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
|
@ -15,28 +15,7 @@
|
|||
#include <winbase.h>
|
||||
#include <winuser.h>
|
||||
#include <wincon.h>
|
||||
|
||||
/* Console API functions which are absent from wincon.h */
|
||||
#define EXENAME_LENGTH (255 + 1)
|
||||
|
||||
VOID
|
||||
WINAPI
|
||||
ExpungeConsoleCommandHistoryW(LPCWSTR lpExeName);
|
||||
|
||||
DWORD
|
||||
WINAPI
|
||||
GetConsoleCommandHistoryW(LPWSTR lpHistory,
|
||||
DWORD cbHistory,
|
||||
LPCWSTR lpExeName);
|
||||
|
||||
DWORD
|
||||
WINAPI
|
||||
GetConsoleCommandHistoryLengthW(LPCWSTR lpExeName);
|
||||
|
||||
BOOL
|
||||
WINAPI
|
||||
SetConsoleNumberOfCommandsW(DWORD dwNumCommands,
|
||||
LPCWSTR lpExeName);
|
||||
#include <wincon_undoc.h>
|
||||
|
||||
#include "doskey.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue