mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
12 lines
158 B
C
12 lines
158 B
C
![]() |
#ifndef _GDITEST_H
|
||
|
#define _GDITEST_H
|
||
|
|
||
|
#include "../apitest.h"
|
||
|
#include "gdi.h"
|
||
|
|
||
|
extern HINSTANCE g_hInstance;
|
||
|
|
||
|
#endif /* _GDITEST_H */
|
||
|
|
||
|
/* EOF */
|