From 9a57fca2458e139d5f93ce5afdc4891c8352a308 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 19 Apr 2024 18:18:30 +0200 Subject: [PATCH] Add missing import to be compatible with latest wut version --- src/imports.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/imports.h b/src/imports.h index 2597386..21488fa 100644 --- a/src/imports.h +++ b/src/imports.h @@ -61,6 +61,7 @@ IMPORT(OSSetThreadSpecific); IMPORT(FSTimeToCalendarTime); IMPORT(OSSwapAtomic); IMPORT(OSDynLoad_IsModuleLoaded); +IMPORT(OSIsDebuggerPresent); IMPORT(exit); IMPORT(_Exit);