Re: [Mingw-w64-public] Error in CDB.GET_CONFIGURATION definition (include/ddk/scsi.h)

2020-06-15 Thread Biswapriyo Nath
That file needs some pampering. If you can wait I will try to update it. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] Error in CDB.GET_CONFIGURATION definition (include/ddk/scsi.h)

2020-06-15 Thread Alex Alabuzhev
Hi, In include/ddk/scsi.h: typedef union _CDB { ... struct _GET_CONFIGURATION { UCHAR OperationCode; UCHAR RequestType:1; UCHAR Reserved1:7; UCHAR StartingFeature[2]; UCHAR Reserved2[3]; UCHAR AllocationLength[2]; UCHAR Control; } GET_CONFIGURATION; ... } CDB, *PCD

[Mingw-w64-public] [PATCH] headers/knownfolders.h: add missing folder ids

2020-06-15 Thread Biswapriyo Nath
From f9b18aaf988d46911eb1380f7df246c7957b9dbf Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 15 Jun 2020 12:45:46 +0530 Subject: [PATCH] headers/knownfolders.h: add missing folder ids Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/knownfolders.h | 31 ++