[NTVDM]
[reactos.git] / subsystems / ntvdm / ntvdm.h
index 479d938..4f4f032 100644 (file)
 
 /* INCLUDES *******************************************************************/
 
-#include <windows.h>
 #include <stdio.h>
-#include <conio.h>
 #include <stdarg.h>
+#include <conio.h>
+
+#include <windows.h>
+
 #include <debug.h>
-#include <limits.h>
 
 /* DEFINES ********************************************************************/
 
@@ -27,9 +28,6 @@
 #define FAR_POINTER(x) ((ULONG_PTR)BaseAddress + TO_LINEAR(HIWORD(x), LOWORD(x)))
 #define STEPS_PER_CYCLE 256
 
-// Uncomment the following to use the new Fast486 CPU emulator (EXPERIMENTAL)
-#define NEW_EMULATOR
-
 /* FUNCTIONS ******************************************************************/
 
 extern LPVOID BaseAddress;