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

Signed-off-by: Francois Gouget <[email protected]>
Signed-off-by: Hans Leidekker <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>

wine commit id b60e4064508e79ca6fdb2937ca8cfd3f58423f79 by Francois Gouget <[email protected]>
This commit is contained in:
winesync
2022-03-20 19:28:40 +01:00
committed by Mark Jansen
parent 026a2db614
commit c239da3a8a
+1 -1
View File
@@ -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;