[SETUPLIB][ROSTESTS] Move setuplib unittests to rostests directory.

Addendum to commit 6289183dcd ; fixes our MSVC_x64 builder.
This commit is contained in:
Hermès Bélusca-Maïto 2024-07-31 13:07:38 +02:00
parent cf4138fa24
commit 2d8c2cd8dc
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
7 changed files with 9 additions and 13 deletions

View file

@ -0,0 +1,28 @@
/*
* PROJECT: ReactOS Setup Library - Unit-tests
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Precompiled header
* COPYRIGHT: Copyright 2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
#pragma once
#include <apitest.h>
/* C Headers */
#include <stdio.h>
/* PSDK/NDK */
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
#include <setuplib.h>
/* EOF */