Re: [Mingw-w64-public] Using midl/widl with MinGW

2020-05-22 Thread Björn Schäpers | MIMOT GmbH
> -Ursprüngliche Nachricht- > Von: Björn Schäpers | MIMOT GmbH [mailto:bjoern.schaep...@mimot.de] > Gesendet: Dienstag, 5. Mai 2020 07:51 > An: mingw-w64-public@lists.sourceforge.net > Betreff: Re: [Mingw-w64-public] Using midl/widl with MinGW > > -Ursprüngliche Nachricht- > Von: Bi

Re: [Mingw-w64-public] Using midl/widl with MinGW

2020-05-22 Thread Jacek Caban
Hi Björn, On 02.05.2020 09:42, Björn Schäpers | MIMOT GmbH wrote: Then I learned there is widl and tried that. But the generated files are no good to me: Error: wine/exception.h: No such file or directory As far as I can tell, there is no package within msys2 where I could get wine/exception.

[Mingw-w64-public] [PATCH] ddk/ntifs.h: fix compilation with struct STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE

2020-05-22 Thread Biswapriyo Nath
From 1707457560fd0b7f1370b4d1cee721d1b7cad29f Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 23 May 2020 11:31:55 +0530 Subject: [PATCH] ddk/ntifs.h: fix compilation with struct STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE flexible array member in union is not supported in GCC standard mi