mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
22 lines
415 B
C
22 lines
415 B
C
|
|
#ifndef _ADVAPI32_WINETEST_PRECOMP_H_
|
|
#define _ADVAPI32_WINETEST_PRECOMP_H_
|
|
|
|
#include <stdio.h>
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include <ntstatus.h>
|
|
#define WIN32_NO_STATUS
|
|
|
|
#include <wine/test.h>
|
|
#include <winreg.h>
|
|
#include <wine/winternl.h>
|
|
#include <ntsecapi.h>
|
|
#include <sddl.h>
|
|
#include <lmcons.h>
|
|
#include <aclapi.h>
|
|
|
|
#endif /* !_ADVAPI32_WINETEST_PRECOMP_H_ */
|