Patrik Stridvall ps@leissner.se writes:
I would like to have a directory structure like
include: Wine's version of Windows headers include/wine: Wine's internal headers include/wine/wine: Wine's "extension" headers
With "extension" headers I mean that headers that are exported and usuable by Winelib applications.
That's ugly IMO. Besides there is no such distinction between internal and "extension" headers, all the headers in include/wine are supposed to be usable by Winelib app. I'd suggest you simply copy the ones you need with MSVC somewhere else to avoid conflicts.