Reactos
at master 16 lines 339 B view raw
1#ifndef _ADVAPI32_APITEST_PRECOMP_H_ 2#define _ADVAPI32_APITEST_PRECOMP_H_ 3 4#define WIN32_NO_STATUS 5#define _INC_WINDOWS 6#define COM_NO_WINDOWS_H 7 8#include <apitest.h> 9#include <winreg.h> 10#include <winsvc.h> 11#include <winnls.h> 12#include <strsafe.h> 13#include <ntstatus.h> 14#include <ndk/rtlfuncs.h> 15 16#endif /* _ADVAPI32_APITEST_PRECOMP_H_ */