mirror of
https://github.com/reactos/reactos.git
synced 2025-01-08 07:11:16 +00:00
13 lines
268 B
C
13 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_ */
|