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