Re: [Mingw-w64-public] [PATCH] headers: Add CHandle class in atlbase.h

2024-07-02 Thread Biswapriyo Nath
> Would it be feasible to reuse the wine header instead? I have asked about that in wine IRC and ended up opening a short courtroom. Please ignore this patch. Let me see if that class definition could be added in wine headers. cute pfp btw <3 ___ Ming

Re: [Mingw-w64-public] [PATCH] headers: Add CHandle class in atlbase.h

2024-07-01 Thread LIU Hao
在 2024-07-01 15:50, Biswapriyo Nath 写道: Please feel free to modify the license header in the file appropriately. The class is copied from 1. https://github.com/microsoft/DirectXShaderCompiler/blob/main/include/dxc/WinAdapter.h 2. https://github.com/microsoft/DirectXShaderCompiler/blob/main/lib/

[Mingw-w64-public] [PATCH] headers: Add CHandle class in atlbase.h

2024-07-01 Thread Biswapriyo Nath
Please feel free to modify the license header in the file appropriately. The class is copied from 1. https://github.com/microsoft/DirectXShaderCompiler/blob/main/include/dxc/WinAdapter.h 2. https://github.com/microsoft/DirectXShaderCompiler/blob/main/lib/DxcSupport/WinAdapter.cpp From 9d4ae75daf2