mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
b6ae42492b
Finally, an automated way to verify all these localized strings that must be in sync between multiple modules. CORE-18893
12 lines
318 B
C
12 lines
318 B
C
/*
|
|
* PROJECT: ReactOS interoperability tests
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: Main header file
|
|
* COPYRIGHT: Copyright 2024 Stanislav Motylkov <x86corez@gmail.com>
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <ntstatus.h>
|
|
#define WIN32_NO_STATUS
|
|
#include <apitest.h>
|