Implement DVD_ReadStructure

Alexandre Julliard julliard at winehq.org
Thu Feb 9 11:26:37 CST 2006


Francois Gouget <fgouget at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list