Hans Leidekker : gdi32: Last parameter of GetICMProfile is an output parameter.

Alexandre Julliard julliard at winehq.org
Tue Jan 22 06:01:48 CST 2008


Module: wine
Branch: master
Commit: 6f3607af0b4704cc02f60378a3225a7297c036ab
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6f3607af0b4704cc02f60378a3225a7297c036ab

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Mon Jan 21 16:32:31 2008 +0100

gdi32: Last parameter of GetICMProfile is an output parameter.

---

 dlls/gdi32/gdi32.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/gdi32/gdi32.spec b/dlls/gdi32/gdi32.spec
index 4b1b6a4..2d57ebb 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)




More information about the wine-cvs mailing list