ReactOS 0.4.15-dev-7842-g558ab78
ddrawtest.h File Reference
#include <stdio.h>
#include <windows.h>
#include <ddraw.h>
#include <ddrawi.h>
#include <d3dhal.h>
#include <ddrawgdi.h>
Include dependency graph for ddrawtest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tagTEST
 

Macros

#define TEST(x)
 

Typedefs

typedef BOOL(* TESTPROC) (INT *, INT *)
 
typedef struct tagTEST TEST
 
typedef struct tagTESTPTEST
 

Variables

TEST TestList []
 

Macro Definition Documentation

◆ TEST

#define TEST (   x)
Value:
if (x)\
{\
(*passed)++;\
} else {\
(*failed)++;\
printf("Test failed in %s:%d (%s)\n", __FILE__, __LINE__, #x);\
};
GLint GLint GLint GLint GLint x
Definition: gl.h:1548

Definition at line 12 of file ddrawtest.h.

Typedef Documentation

◆ PTEST

typedef struct tagTEST * PTEST

◆ TEST

typedef struct tagTEST TEST

◆ TESTPROC

typedef BOOL(* TESTPROC) (INT *, INT *)

Definition at line 23 of file ddrawtest.h.

Variable Documentation

◆ TestList

TEST TestList[]
extern

Definition at line 17 of file testlist.cpp.