Francois Gouget : msi: Remove CDECL on static functions where not needed.

Alexandre Julliard julliard at winehq.org
Wed Sep 1 15:45:09 CDT 2021


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 31 15:14:09 2021 +0200

msi: Remove CDECL on static functions where not needed.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msi/media.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msi/media.c b/dlls/msi/media.c
index 41c82af1b59..cc4648481ba 100644
--- a/dlls/msi/media.c
+++ b/dlls/msi/media.c
@@ -271,7 +271,7 @@ static LONG CDECL cabinet_seek_stream( INT_PTR hf, LONG dist, int seektype )
     return -1;
 }
 
-static UINT CDECL msi_media_get_disk_info(MSIPACKAGE *package, MSIMEDIAINFO *mi)
+static UINT msi_media_get_disk_info(MSIPACKAGE *package, MSIMEDIAINFO *mi)
 {
     MSIRECORD *row;
 




More information about the wine-cvs mailing list