mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +00:00
11 lines
245 B
C
11 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_ */
|