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> 13