ReactOS 0.4.16-dev-59-gd481587
interop.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS interoperability tests
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Main header file
5 * COPYRIGHT: Copyright 2024 Stanislav Motylkov <x86corez@gmail.com>
6 */
7
8#pragma once
9
10#include <ntstatus.h>
11#define WIN32_NO_STATUS
12#include <apitest.h>