Francois Gouget fgouget@free.fr writes:
So I guess headers from 'inc/ddk' would end up in 'include/ddk/ddk' in Wine. Not that it's a problem. However, how do we decide whether a header should go into Wine's 'include/ddk'? Is it based whether Microsoft ships it with the PSDK or the DDK? Or should we base it purely on the content of the header?
It's based on what Microsoft ships. If it's in the PSDK it should be in include; if it's only in the DDK it should be in include/ddk. This way a standard build will use only SDK headers, and if you want DDK headers you have to request them explicitly.