X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=subsystems%2Fntvdm%2Femulator.c;h=ab2fabed94b9b641edd18fee7fc63adb994afdab;hp=9334d89ce6cb0f3ca81538b1ff2a08f67197f013;hb=b152f5cf439d28bf0aad8689e3457ad020608b87;hpb=129e5d0305dc7a5e3a03788a84b7ba882958744a diff --git a/subsystems/ntvdm/emulator.c b/subsystems/ntvdm/emulator.c index 9334d89ce6c..ab2fabed94b 100644 --- a/subsystems/ntvdm/emulator.c +++ b/subsystems/ntvdm/emulator.c @@ -409,7 +409,7 @@ BOOLEAN EmulatorInitialize(HANDLE ConsoleInput, HANDLE ConsoleOutput) VOID EmulatorCleanup(VOID) { - // VgaCleanup(); + VgaCleanup(); /* Close the input thread handle */ if (InputThread != NULL) CloseHandle(InputThread);