KNSoft / KNSoft.NDK

KNSoft.NDK provides native C/C++ definitions and import libraries for Windows NT and some specifications.
MIT License
5 stars 0 forks source link

Contribution guide? #1

Open Nitr0-G opened 1 month ago

Nitr0-G commented 1 month ago

This thing is really cool and very useful! Can I find out any rules on contribution?

Nitr0-G commented 1 month ago

Thank you so much for this library!

RatinCN commented 1 month ago

Thanks for your watching, I'm refactoring this library (base on phnt), WIP: image

This is my current plan:

  1. Split each big header to more (like ReactOS NDK)
  2. Any header can be referenced standalone
  3. Add win32u imports (syscalls from win32k)
  4. More useful low-level macros/inline functions

You can send any PR you want directly, since I didn't write a CODE_OF_CONDUCT, just like what I did to phnt 😊.