mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 18:48:30 +00:00
12 lines
245 B
C
12 lines
245 B
C
![]() |
#ifndef _KERNEL32_APITEST_PRECOMP_H_
|
||
|
#define _KERNEL32_APITEST_PRECOMP_H_
|
||
|
|
||
|
#include <apitest.h>
|
||
|
#include <wincon.h>
|
||
|
#include <winnls.h>
|
||
|
#include <winreg.h>
|
||
|
#include <strsafe.h>
|
||
|
#include <ndk/umtypes.h>
|
||
|
|
||
|
#endif /* _KERNEL32_APITEST_PRECOMP_H_ */
|