mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
d55028d26f
svn path=/trunk/; revision=33818
10 lines
139 B
C
10 lines
139 B
C
#ifndef _USER32TEST_H
|
|
#define _USER32TEST_H
|
|
|
|
#include "../apitest.h"
|
|
|
|
extern HINSTANCE g_hInstance;
|
|
|
|
#endif /* _USER32TEST_H */
|
|
|
|
/* EOF */
|