diff options
Diffstat (limited to 'stormlib_dll')
-rw-r--r-- | stormlib_dll/StormLib.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stormlib_dll/StormLib.def b/stormlib_dll/StormLib.def index a85f942..4b48b13 100644 --- a/stormlib_dll/StormLib.def +++ b/stormlib_dll/StormLib.def @@ -73,3 +73,6 @@ EXPORTS SCompExplode SCompCompress SCompDecompress + + GetLastError=Kernel32.GetLastError + SetLastError=Kernel32.SetLastError |