=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: mscms: Fix some spec file entries.

Alexandre Julliard julliard at winehq.org
Mon Feb 27 15:12:08 CST 2017


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Feb 24 22:59:09 2017 +0100

mscms: Fix some spec file entries.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mscms/mscms.spec | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/dlls/mscms/mscms.spec b/dlls/mscms/mscms.spec
index e420dd8..dd404f1 100644
--- a/dlls/mscms/mscms.spec
+++ b/dlls/mscms/mscms.spec
@@ -1,5 +1,5 @@
-@ stdcall AssociateColorProfileWithDeviceA(ptr ptr ptr)
-@ stdcall AssociateColorProfileWithDeviceW(ptr ptr ptr)
+@ stdcall AssociateColorProfileWithDeviceA(str str str)
+@ stdcall AssociateColorProfileWithDeviceW(wstr wstr wstr)
 @ stdcall CheckBitmapBits(ptr ptr ptr long long long ptr ptr long)
 @ stdcall CheckColors(ptr ptr long long ptr)
 @ stdcall CloseColorProfile(ptr)
@@ -12,14 +12,14 @@
 @ stdcall CreateProfileFromLogColorSpaceA(ptr ptr)
 @ stdcall CreateProfileFromLogColorSpaceW(ptr ptr)
 @ stdcall DeleteColorTransform(ptr)
-@ stdcall DisassociateColorProfileFromDeviceA(ptr ptr ptr)
-@ stdcall DisassociateColorProfileFromDeviceW(ptr ptr ptr)
-@ stdcall EnumColorProfilesA(ptr ptr ptr ptr ptr)
-@ stdcall EnumColorProfilesW(ptr ptr ptr ptr ptr)
+@ stdcall DisassociateColorProfileFromDeviceA(str str str)
+@ stdcall DisassociateColorProfileFromDeviceW(wstr wstr wstr)
+@ stdcall EnumColorProfilesA(str ptr ptr ptr ptr)
+@ stdcall EnumColorProfilesW(wstr ptr ptr ptr ptr)
 @ stdcall GenerateCopyFilePaths(wstr wstr ptr long ptr ptr ptr ptr long)
 @ stdcall GetCMMInfo(ptr long)
-@ stdcall GetColorDirectoryA(ptr ptr ptr)
-@ stdcall GetColorDirectoryW(ptr ptr ptr)
+@ stdcall GetColorDirectoryA(str ptr ptr)
+@ stdcall GetColorDirectoryW(wstr ptr ptr)
 @ stdcall GetColorProfileElement(ptr long long ptr ptr ptr)
 @ stdcall GetColorProfileElementTag(ptr long ptr)
 @ stdcall GetColorProfileFromHandle(ptr ptr ptr)
@@ -29,10 +29,10 @@
 @ stdcall GetPS2ColorRenderingDictionary(ptr long ptr ptr ptr)
 @ stdcall GetPS2ColorRenderingIntent(ptr long ptr ptr)
 @ stdcall GetPS2ColorSpaceArray(ptr long long ptr ptr ptr)
-@ stdcall GetStandardColorSpaceProfileA(ptr long ptr ptr)
-@ stdcall GetStandardColorSpaceProfileW(ptr long ptr ptr)
-@ stdcall InstallColorProfileA(ptr ptr)
-@ stdcall InstallColorProfileW(ptr ptr)
+@ stdcall GetStandardColorSpaceProfileA(str long ptr ptr)
+@ stdcall GetStandardColorSpaceProfileW(wstr long ptr ptr)
+@ stdcall InstallColorProfileA(str str)
+@ stdcall InstallColorProfileW(wstr wstr)
 @ stub InternalGetDeviceConfig
 @ stub InternalGetPS2CSAFromLCS
 @ stub InternalGetPS2ColorRenderingDictionary
@@ -43,19 +43,19 @@
 @ stdcall IsColorProfileValid(ptr ptr)
 @ stdcall OpenColorProfileA(ptr long long long)
 @ stdcall OpenColorProfileW(ptr long long long)
-@ stdcall RegisterCMMA(ptr long ptr)
-@ stdcall RegisterCMMW(ptr long ptr)
+@ stdcall RegisterCMMA(str long str)
+@ stdcall RegisterCMMW(wstr long wstr)
 @ stdcall SelectCMM(long)
 @ stdcall SetColorProfileElement(ptr long long ptr ptr)
 @ stdcall SetColorProfileElementReference(ptr long long)
 @ stdcall SetColorProfileElementSize(ptr long long)
 @ stdcall SetColorProfileHeader(ptr ptr)
-@ stdcall SetStandardColorSpaceProfileA(ptr long ptr)
-@ stdcall SetStandardColorSpaceProfileW(ptr long ptr)
+@ stdcall SetStandardColorSpaceProfileA(str long str)
+@ stdcall SetStandardColorSpaceProfileW(wstr long wstr)
 @ stdcall SpoolerCopyFileEvent(wstr wstr long)
 @ stdcall TranslateBitmapBits(ptr ptr long long long long ptr long long ptr long)
 @ stdcall TranslateColors(ptr ptr long long ptr long)
-@ stdcall UninstallColorProfileA(ptr ptr long)
-@ stdcall UninstallColorProfileW(ptr ptr long)
-@ stdcall UnregisterCMMA(ptr long)
-@ stdcall UnregisterCMMW(ptr long)
+@ stdcall UninstallColorProfileA(str str long)
+@ stdcall UninstallColorProfileW(wstr wstr long)
+@ stdcall UnregisterCMMA(str long)
+@ stdcall UnregisterCMMW(wstr long)




More information about the wine-cvs mailing list