Fix Linux builds

This commit is contained in:
Daniel R. 2024-07-11 15:16:50 +02:00
parent 5f26bfc70c
commit a049bd3135
No known key found for this signature in database
GPG key ID: B8ADC8F57BA18DBA
2 changed files with 23 additions and 1 deletions

View file

@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#ifdef _WIN32
#include "ntapi.h"
NtDelayExecution_t NtDelayExecution = nullptr;
@ -18,3 +20,5 @@ void Initialize() {
}
} // namespace Common::NtApi
#endif