reactos/rostests/apitests/gdi32api/gdi32api.h
Timo Kreuzer 3ac4bd2b4f Query the gdi handle table for later use in tests
svn path=/trunk/; revision=30848
2007-11-28 23:41:11 +00:00

12 lines
199 B
C

#ifndef _GDITEST_H
#define _GDITEST_H
#include "../apitest.h"
#include "gdi.h"
extern HINSTANCE g_hInstance;
extern PGDI_TABLE_ENTRY GdiHandleTable;
#endif /* _GDITEST_H */
/* EOF */