On September 9, 2003 08:40 pm, Geoff Thorpe wrote:
when adding missing functions and structure types to wine headers, to what extent can we copy-n-paste structure definitions from the documentation at msdn.microsoft.com web? IANAL.
I'd say none -- don't copy-n-paste, express it (type it) yourself. The interface is not protected by copyright, but its _expression_ (i.e. how it is formatted, etc.) is, so please don't copy that.