WindowsHModular icon indicating copy to clipboard operation
WindowsHModular copied to clipboard

A modular Windows.h Header. Licensed under Public Domain & MIT.

Results 7 WindowsHModular issues
Sort by recently updated
recently updated
newest added

This branch add some declarations I need for my project. I don't know if it would be worth to add a memory module.

You're copying directly from the Windows SDK but the license only allows use of those headers and not modification or public distribution. Projects like mingw, Wine, and ReactOS avoid this...

There are still plenty more `VK codes` to be added ... https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes These were a few that I found useful, but I can add them all if it's necessary ......

I have a M1 machine & it's not possible to build the project ... I didn't rely on the _pre-canned_ `MAKEFILE` in test directory (since that simply didn't work at...

Hello, I recently began using your headers to escape the hell of Windows.h. But when looking into misc.h, I noticed the presence of standard C functions, moreover not stripped from...

Hi, just noting an issue I ran into. **Issue** Using CreateEvent causes a link error. **Cause** The original CreateEvent is a macro for CreateEventW and CreateEventA, not a function. **Workaround**...

Hello. First of all, thank you for this wonderful library. I would like to suggest adding [VirtualAlloc2](https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-virtualalloc2). It adds convenient features like large alignments. Thank you for the consideration.