mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:33:20 +00:00
[SETUPLIB][ROSTESTS] Move setuplib unittests to rostests directory.
Addendum to commit 6289183dcd
; fixes our MSVC_x64 builder.
This commit is contained in:
parent
cf4138fa24
commit
2d8c2cd8dc
7 changed files with 9 additions and 13 deletions
28
modules/rostests/unittests/setuplib/precomp.h
Normal file
28
modules/rostests/unittests/setuplib/precomp.h
Normal 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 */
|
Loading…
Add table
Add a link
Reference in a new issue