mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
5f55fe95c7
- CrateFont -> CreateFontA - A bunch of tests for SelectObject svn path=/trunk/; revision=31225
17 lines
272 B
C
17 lines
272 B
C
#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 */
|