On 19 May 2013 05:17, dw wrote:
> There is a bug in __stosb (as well as the other __stos* functions), as
> illustrated by this code (compile with -Os for 64bit):
>
> #include
> #include
>
> #ifndef _AMD64_
> #error Must be compiled for 64 bit
> #endif
>
> int main(int argc, char* argv[])
> {
>
There is a bug in __stosb (as well as the other __stos* functions), as
illustrated by this code (compile with -Os for 64bit):
#include
#include
#ifndef _AMD64_
#error Must be compiled for 64 bit
#endif
int main(int argc, char* argv[])
{
struct
{
int a;
int b;
} c;
c.a = 1;
Fixed and pushed with the prototype.
And the 2 previous ones.
On 18 May, Kai Tietz wrote :
> Beside the missing prototype, patch is ok.
>
> Thanks,
> Kai
> Am 18.05.2013 19:11 schrieb "Jean-Baptiste Kempf" :
>
> > ---
> > mingw-w64-libraries/winstorecompat/Makefile.am |1 +
> > mingw-w
Beside the missing prototype, patch is ok.
Thanks,
Kai
Am 18.05.2013 19:11 schrieb "Jean-Baptiste Kempf" :
> ---
> mingw-w64-libraries/winstorecompat/Makefile.am |1 +
> mingw-w64-libraries/winstorecompat/Makefile.in |8 ++-
> .../winstorecompat/src/CoCreateInstance.c |
Ok
Thanks,
Kai
Am 18.05.2013 19:11 schrieb "Jean-Baptiste Kempf" :
> ---
> mingw-w64-crt/lib32/ole32.def |1 +
> mingw-w64-crt/lib64/ole32.def |1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/mingw-w64-crt/lib32/ole32.def b/mingw-w64-crt/lib32/ole32.def
> index 455677e..7f5b37c
patch is ok.
Thanks
Kai
Am 18.05.2013 19:11 schrieb "Jean-Baptiste Kempf" :
> ---
> mingw-w64-headers/include/combaseapi.h | 28
> 1 file changed, 28 insertions(+)
> create mode 100644 mingw-w64-headers/include/combaseapi.h
>
> diff --git a/mingw-w64-headers/inclu
---
mingw-w64-libraries/winstorecompat/Makefile.am |1 +
mingw-w64-libraries/winstorecompat/Makefile.in |8 ++-
.../winstorecompat/src/CoCreateInstance.c | 57
3 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 mingw-w64-libraries/w
---
mingw-w64-headers/include/combaseapi.h | 28
1 file changed, 28 insertions(+)
create mode 100644 mingw-w64-headers/include/combaseapi.h
diff --git a/mingw-w64-headers/include/combaseapi.h
b/mingw-w64-headers/include/combaseapi.h
new file mode 100644
index
---
mingw-w64-crt/lib32/ole32.def |1 +
mingw-w64-crt/lib64/ole32.def |1 +
2 files changed, 2 insertions(+)
diff --git a/mingw-w64-crt/lib32/ole32.def b/mingw-w64-crt/lib32/ole32.def
index 455677e..7f5b37c 100644
--- a/mingw-w64-crt/lib32/ole32.def
+++ b/mingw-w64-crt/lib32/ole32.def
@@