2018-04-01 12:19:24 +00:00
|
|
|
|
2017-12-17 11:24:27 +00:00
|
|
|
#ifndef _ADVAPI32_WINETEST_PRECOMP_H_
|
|
|
|
#define _ADVAPI32_WINETEST_PRECOMP_H_
|
|
|
|
|
|
|
|
#include <stdio.h>
|
2018-04-01 12:19:24 +00:00
|
|
|
|
2017-12-17 11:24:27 +00:00
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
2018-04-01 12:19:24 +00:00
|
|
|
|
|
|
|
#include <ntstatus.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
|
2017-12-17 11:24:27 +00:00
|
|
|
#include <wine/test.h>
|
|
|
|
#include <winreg.h>
|
|
|
|
#include <wine/winternl.h>
|
|
|
|
#include <ntsecapi.h>
|
|
|
|
#include <sddl.h>
|
|
|
|
#include <lmcons.h>
|
|
|
|
#include <aclapi.h>
|
|
|
|
|
2018-04-01 12:19:24 +00:00
|
|
|
#endif /* !_ADVAPI32_WINETEST_PRECOMP_H_ */
|