From f99ff0bd4d1c161f5b1e3746e871c1f5bdb3d73c Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Sat, 24 Sep 2022 13:24:44 +0530 Subject: [PATCH] headers: Remove duplicate API declarations in oleauto.h
Signed-off-by: Biswapriyo Nath <[email protected]> --- mingw-w64-headers/include/oleauto.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/mingw-w64-headers/include/oleauto.h b/mingw-w64-headers/include/oleauto.h index 293ec20..62aa454 100644 --- a/mingw-w64-headers/include/oleauto.h +++ b/mingw-w64-headers/include/oleauto.h @@ -350,9 +350,6 @@ WINOLEAUTAPI VarDecFromUI8(ULONG64 ui64In,DECIMAL *pdecOut); #define VarUI4FromUI4(in,pOut) (*(pOut) = (in)) #define VarI4FromI4(in,pOut) (*(pOut) = (in)) -WINOLEAUTAPI VarI4FromI8(LONG64 i64In,LONG *plOut); -WINOLEAUTAPI VarI4FromUI8(ULONG64 ui64In,LONG *plOut); - #define VarUI8FromUI8(in,pOut) (*(pOut) = (in)) #define VarI8FromI8(in,pOut) (*(pOut) = (in)) -- 2.37.3
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
