mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
8 lines
195 B
Modula-2
8 lines
195 B
Modula-2
|
; This file is used to trick MinGW to not like stuff like memcpy from ntdll.dll.
|
||
|
; See CMakeLists.txt for how this is compiled.
|
||
|
|
||
|
LIBRARY "ntdll.dll"
|
||
|
EXPORTS
|
||
|
NtDelayExecution
|
||
|
NtSetTimerResolution
|