Re: Develop .h for Wine by looking Microsoft Platform SDK

2007-11-08 Thread Pau Garcia i Quiles
Quoting John Klehm <[EMAIL PROTECTED]>: > On 11/7/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: >> Am Mittwoch, 7. November 2007 01:00:54 schrieb King InuYasha: >> > It is not legal at all. Using Microsoft Platform SDK header code is not >> > under the GNU General Public License version 2.0 or it

Re: Develop .h for Wine by looking Microsoft Platform SDK

2007-11-07 Thread John Klehm
On 11/7/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Am Mittwoch, 7. November 2007 01:00:54 schrieb King InuYasha: > > It is not legal at all. Using Microsoft Platform SDK header code is not > > under the GNU General Public License version 2.0 or its listed compatible > > licenses, so you have

Re: Develop .h for Wine by looking Microsoft Platform SDK

2007-11-06 Thread Stefan Dösinger
Am Mittwoch, 7. November 2007 01:00:54 schrieb King InuYasha: > It is not legal at all. Using Microsoft Platform SDK header code is not > under the GNU General Public License version 2.0 or its listed compatible > licenses, so you have to do it manually WITHOUT looking at the PSDK. I > recommend re

Re: Develop .h for Wine by looking Microsoft Platform SDK

2007-11-06 Thread King InuYasha
It is not legal at all. Using Microsoft Platform SDK header code is not under the GNU General Public License version 2.0 or its listed compatible licenses, so you have to do it manually WITHOUT looking at the PSDK. I recommend removing the PSDK from your system as a way to remove temptation. On No

Develop .h for Wine by looking Microsoft Platform SDK

2007-11-06 Thread Pau Garcia i Quiles
Hello, How legal (if at all) would be to develop a header file by looking reading the corresponding header file from the Microsoft Platform SDK and adapting it to gcc (removing MSVC stuff, etc)? I'm interested in supporting annotations[*] and before I start deducting everything from MSDN do