Small fixes to the SEH library
[reactos.git] / reactos / lib / pseh / i386 / framebased.asm
index da61c20..109b0b5 100644 (file)
@@ -44,7 +44,7 @@ __SEHUnregisterFrame:
 global __SEHUnwind
 __SEHUnwind:
 
- extern RtlUnwind
+ extern _RtlUnwind@16
 
  mov ecx, [esp+4]
 
@@ -57,7 +57,7 @@ __SEHUnwind:
  push eax
  push eax
  push ecx
- call RtlUnwind
+ call _RtlUnwind@16
 
  pop ebx
  pop edi