Benjamin Cutler wrote:
Is there some way that winnt.h is organized, or can I just throw them in at the end? That header file is gigantic so I can't tell if it's supposed to be organized in some particular way.
Function calls are at the end. Groups of enums and defines that relate to the same kind of stuff are together, more or less...
Just add it somewhere where it looks good to you ... probably in the middle somewhere after other groups of enums.
Mike