mrexodia / phnt-single-header

Single header version of System Informer's phnt library.
MIT License
179 stars 15 forks source link

Detect and error when including `Winternl.h` #4

Closed mrexodia closed 1 year ago

mrexodia commented 1 year ago
#ifdef _WINTERNL_
#error Do not mix Winternl.h and phnt.h
#endif // _WINTERNL_
#define _WINTERNL_ // Pretend the header was included