reactos/rostests/apitests/gdi32api/gdi32api.h

17 lines
272 B
C
Raw Normal View History

#ifndef _GDITEST_H
#define _GDITEST_H
#define WIN32_NO_STATUS
#include <windows.h>
#include <ndk/ntndk.h>
#include "../apitest.h"
#include "gdi.h"
extern HINSTANCE g_hInstance;
extern PGDI_TABLE_ENTRY GdiHandleTable;
#endif /* _GDITEST_H */
/* EOF */