- make apitest.c into a static lib to be used by different tests
[reactos.git] / rostests / apitests / user32api / user32api.h
1 #ifndef _USER32TEST_H
2 #define _USER32TEST_H
3
4 #include "../apitest.h"
5
6 extern HINSTANCE g_hInstance;
7
8 #endif /* _USER32TEST_H */
9
10 /* EOF */