mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
21 lines
335 B
C
21 lines
335 B
C
|
|
#ifndef _NTDLL_WINETEST_PRECOMP_H_
|
|
#define _NTDLL_WINETEST_PRECOMP_H_
|
|
|
|
#include <stdio.h>
|
|
#include <ntstatus.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include "ntdll_test.h"
|
|
|
|
#include <winuser.h>
|
|
#include <winnls.h>
|
|
#include <winioctl.h>
|
|
|
|
#endif /* !_NTDLL_WINETEST_PRECOMP_H_ */
|