mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
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 */
|