- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / inflib / builddep.h
index 95c0b02..8c38864 100644 (file)
@@ -28,6 +28,8 @@
 #define INF_SUCCESS(x) (0 == (x))
 
 typedef char TCHAR, *PTCHAR, *PTSTR;
+typedef const TCHAR *PCTSTR;
+
 #define _T(x) x
 #define _tcsicmp strcasecmp
 #define _tcslen strlen