mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:12:58 +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
|
@ -187,7 +187,7 @@ int main ()
|
|||
Console.SetTitle(_T("Registry Explorer"));
|
||||
Console.SetTextAttribute(pSettings->GetNormalTextAttributes());
|
||||
|
||||
VERIFY(SetConsoleCtrlHandler((PHANDLER_ROUTINE)HandlerRoutine,TRUE));
|
||||
VERIFY(SetConsoleCtrlHandler(HandlerRoutine,TRUE));
|
||||
|
||||
if (!Console.Write(HELLO_MSG
|
||||
//(_L(__TIMESTAMP__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue