Add missing import to be compatible with latest wut version

This commit is contained in:
Maschell 2024-04-19 18:18:30 +02:00
parent b1f8d29cee
commit 5ebec5ac3e

View File

@ -61,6 +61,7 @@ IMPORT(OSSetThreadSpecific);
IMPORT(FSTimeToCalendarTime); IMPORT(FSTimeToCalendarTime);
IMPORT(OSSwapAtomic); IMPORT(OSSwapAtomic);
IMPORT(OSDynLoad_IsModuleLoaded); IMPORT(OSDynLoad_IsModuleLoaded);
IMPORT(OSIsDebuggerPresent);
IMPORT(exit); IMPORT(exit);
IMPORT(_Exit); IMPORT(_Exit);