From: Steven Edwards
Does anyone care if I merge the duplicate headers from
reactos/include/wine in to the headers in the
reactos/w32api/include folder? There are a few headers we
will want to keep in reactos/include/wine but now that we
have our own copy of the w32api we dont need most of these
headers that do the #include_next thing.
I've looked at a few of the headers, and (apart from the #include_next) they
seem to define Wine-isms only. I don't think we should move those to
w32api/include. My personal rule so far has been: if it's in PSDK, move it
to w32api/include, if not keep it in include/wine.
Ge van Geldorp.