[NTVDM]
[reactos.git] / subsystems / ntvdm / ntvdm.h
index c7810ed..f343548 100644 (file)
 /* INCLUDES *******************************************************************/
 
 #include <windows.h>
-#include <tchar.h>
 #include <stdio.h>
 #include <conio.h>
 #include <stdarg.h>
 #include <debug.h>
+#include <limits.h>
 
 /* DEFINES ********************************************************************/
 
@@ -35,6 +35,6 @@ extern LPCWSTR ExceptionName[];
 
 VOID DisplayMessage(LPCWSTR Format, ...);
 
-#endif
+#endif // _NTVDM_H_
 
 /* EOF */