mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
11 lines
149 B
C
11 lines
149 B
C
|
#ifndef _USER32TEST_H
|
||
|
#define _USER32TEST_H
|
||
|
|
||
|
#include "../apitest.h"
|
||
|
|
||
|
extern HINSTANCE g_hInstance;
|
||
|
|
||
|
#endif /* _USER32TEST_H */
|
||
|
|
||
|
/* EOF */
|