[RFC] Wine headers

Alexandre Julliard julliard at winehq.com
Fri Nov 29 20:09:52 CST 2002


"Dimitrie O. Paun" <dpaun at rogers.com> writes:

> Here is my proposal:
>   ${prefix}/include/win32  -- standard Win32 headers
>   ${prefix}/include/msvcrt -- MS Visual C Runtime library
>   ${prefix}/include/wine   -- Wine specific headers

I think everything should be under wine/ otherwise we risk conflicts
with other packages. So I'd suggest something like this:

   ${prefix}/include/wine/windows  -- standard Windows headers
   ${prefix}/include/wine/msvcrt   -- MS Visual C Runtime library
   ${prefix}/include/wine          -- Wine specific headers

It means the Windows headers are a bit buried instead of being
directly under wine/, but it's not too bad. As long as you don't
change anything in the source tree I could be convinced to go along
with that...

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list