fix most of the rest of the tests, disable the rest till tomorrow
[reactos.git] / rosapps / tests / linetest / linetest.c
index 26ff844..fdfd3a4 100644 (file)
@@ -1,6 +1,9 @@
+
 #include <windows.h>
 #include <stdio.h>
 
+#include <tchar.h>
+
 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
 
 const TCHAR* CLASS_NAME = _T("LineTestClass");