From 3e1be2679ad25c76059962a21001823c2c32f4a1 Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Sat, 8 Jan 2000 22:21:15 +0000 Subject: [PATCH] Fixed some issues found by winapi_check. --- dlls/imagehlp/imagehlp.spec | 2 +- dlls/imm32/imm32.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/imagehlp/imagehlp.spec b/dlls/imagehlp/imagehlp.spec index 8303e53bce7..0a5c0bc27a3 100644 --- a/dlls/imagehlp/imagehlp.spec +++ b/dlls/imagehlp/imagehlp.spec @@ -62,4 +62,4 @@ init IMAGEHLP_LibMain @ stdcall UnMapAndLoad(ptr) UnMapAndLoad @ stdcall UnmapDebugInformation(ptr) UnmapDebugInformation @ stdcall UpdateDebugInfoFile(str str str ptr) UpdateDebugInfoFile -@ stub UpdateDebugInfoFileEx +@ stdcall UpdateDebugInfoFileEx(str str str ptr long) UpdateDebugInfoFileEx diff --git a/dlls/imm32/imm32.spec b/dlls/imm32/imm32.spec index 8e3ac25105f..af03d3e272b 100644 --- a/dlls/imm32/imm32.spec +++ b/dlls/imm32/imm32.spec @@ -73,4 +73,4 @@ type win32 @ stub ImmUnlockIMC @ stub ImmUnlockIMCC @ stdcall ImmUnregisterWordA(long str long str) ImmUnregisterWordA -@ stub ImmUnregisterWordW +@ stdcall ImmUnregisterWordW(long wstr long wstr) ImmUnregisterWordW