mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
16 lines
339 B
C
16 lines
339 B
C
#ifndef _ADVAPI32_APITEST_PRECOMP_H_
|
|
#define _ADVAPI32_APITEST_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_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_ */
|