[PATCH] msi: Remove CDECL on static functions where not needed.

Francois Gouget fgouget at free.fr
Tue Aug 31 08:14:09 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
---
 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;
 
-- 
2.30.2



More information about the wine-devel mailing list