https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c239da3a8a87ae66c4495da8bffcbd66ae17321e

commit c239da3a8a87ae66c4495da8bffcbd66ae17321e
Author:     winesync <[email protected]>
AuthorDate: Sun Mar 13 23:53:15 2022 +0100
Commit:     Mark Jansen <[email protected]>
CommitDate: Sun Mar 20 19:28:40 2022 +0100

    [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]>
---
 dll/win32/msi/media.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/win32/msi/media.c b/dll/win32/msi/media.c
index 41c82af1b59..cc4648481ba 100644
--- a/dll/win32/msi/media.c
+++ b/dll/win32/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;
 

Reply via email to