mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
12 lines
268 B
C
12 lines
268 B
C
#ifndef _ADVAPI32_APITEST_PRECOMP_H_
|
|
#define _ADVAPI32_APITEST_PRECOMP_H_
|
|
|
|
#include <apitest.h>
|
|
#include <winreg.h>
|
|
#include <winsvc.h>
|
|
#include <winnls.h>
|
|
#include <strsafe.h>
|
|
#include <ntstatus.h>
|
|
#include <ndk/rtlfuncs.h>
|
|
|
|
#endif /* _ADVAPI32_APITEST_PRECOMP_H_ */
|