X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsubsystems%2Fntvdm%2Fntvdm.h;h=0a4ecc1b4d4d9fd616ae843986b5ab8e08b08010;hp=4686c05e77d94f450dff723e566900b3f3b6acfd;hb=fe68098da9643318f00014f7fc25072ce22fac95;hpb=75c869d7b5ad3b8bbebfde5b8555080852553195;ds=sidebyside diff --git a/reactos/subsystems/ntvdm/ntvdm.h b/reactos/subsystems/ntvdm/ntvdm.h index 4686c05e77d..0a4ecc1b4d4 100644 --- a/reactos/subsystems/ntvdm/ntvdm.h +++ b/reactos/subsystems/ntvdm/ntvdm.h @@ -48,6 +48,11 @@ extern HANDLE VdmTaskEvent; VOID DisplayMessage(LPCWSTR Format, ...); +/*static*/ VOID +CreateVdmMenu(HANDLE ConOutHandle); +/*static*/ VOID +DestroyVdmMenu(VOID); + #endif // _NTVDM_H_ /* EOF */