[GDI32_WINETEST]
[reactos.git] / rostests / dxtest / ddraw / ddrawtest.h
index 78f3190..35d4a27 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _DDRAWTEST_H
 #define _DDRAWTEST_H
 
-#define WINVER 0x501
-
 #include <stdio.h>
 #include <windows.h>
 #include <stdio.h>
@@ -26,7 +24,7 @@ typedef BOOL (*TESTPROC)(INT*, INT*);
 
 typedef struct tagTEST
 {
-       CHAR* Test;
+       const CHAR* Test;
        TESTPROC Proc;
 } TEST, *PTEST;