mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
58c6a293bc
- add a gdi32 api test, based on the one in the win32 folder - add a user32 api test - change type of test functions to int - implement a quick 'n dirty html api status output - uncomment NtGdiTransormPoints in w32kdll.def - add ASSERT1 macro (ASSERT is already used) - include some more headers svn path=/trunk/; revision=28169
11 lines
158 B
C
11 lines
158 B
C
#ifndef _GDITEST_H
|
|
#define _GDITEST_H
|
|
|
|
#include "../apitest.h"
|
|
#include "gdi.h"
|
|
|
|
extern HINSTANCE g_hInstance;
|
|
|
|
#endif /* _GDITEST_H */
|
|
|
|
/* EOF */
|