From 6f3607af0b4704cc02f60378a3225a7297c036ab Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Mon, 21 Jan 2008 16:32:31 +0100 Subject: [PATCH] gdi32: Last parameter of GetICMProfile is an output parameter. --- dlls/gdi32/gdi32.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/gdi32/gdi32.spec b/dlls/gdi32/gdi32.spec index 4b1b6a41675..2d57ebbce79 100644 --- a/dlls/gdi32/gdi32.spec +++ b/dlls/gdi32/gdi32.spec @@ -288,8 +288,8 @@ @ stub GetGlyphOutlineWow @ stdcall GetGraphicsMode(long) # @ stub GetHFONT -@ stdcall GetICMProfileA(long ptr str) -@ stdcall GetICMProfileW(long ptr wstr) +@ stdcall GetICMProfileA(long ptr ptr) +@ stdcall GetICMProfileW(long ptr ptr) @ stdcall GetKerningPairs(long long ptr) GetKerningPairsA @ stdcall GetKerningPairsA(long long ptr) @ stdcall GetKerningPairsW(long long ptr) -- 2.11.4.GIT