mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
12 lines
199 B
C
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 */
|