Re: [Mingw-w64-public] [PATCH] shobjidl: use __forceinline

2013-11-18 Thread Rafaël Carré
Le 18/11/2013 20:48, Kai Tietz a écrit : > Patch is ok. > > Thanks, > Kai r6379, thanks -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R)

Re: [Mingw-w64-public] [PATCH] shobjidl: use __forceinline

2013-11-18 Thread Kai Tietz
Patch is ok. Thanks, Kai 2013/11/18 Rafaël Carré : > If the functions are not inlined, they introduce a dependency on ole32.dll or > shell32.dll > --- > mingw-w64-headers/include/shobjidl.h | 22 +++--- > mingw-w64-headers/include/shobjidl.idl | 22 +++--- > 2

[Mingw-w64-public] [PATCH] shobjidl: use __forceinline

2013-11-18 Thread Rafaël Carré
If the functions are not inlined, they introduce a dependency on ole32.dll or shell32.dll --- mingw-w64-headers/include/shobjidl.h | 22 +++--- mingw-w64-headers/include/shobjidl.idl | 22 +++--- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/mi