ntsepkg.h and security.h missed in wine
Hello, All! I'm trying to compile Miranda-IM with Winelib (main module already compiled) and find oud that these two necessary headers are missed in Wine-includes. In order to compile miranda-im, I took 'em from MinGW win32api distribution: http://cvs.sourceforge.net/viewcvs.py/*checkout*/mingw/w32api/include/ntsecp... http://cvs.sourceforge.net/viewcvs.py/*checkout*/mingw/w32api/include/securi... Are there any ways to officially include these files into Wine? -- With best regards, Peter Lemenkov.
Hi Peter, On 9/23/05, Peter Lemenkov <petro(a)mail.ru> wrote:
I'm trying to compile Miranda-IM with Winelib (main module already compiled) and find oud that these two necessary headers are missed in Wine-includes. In order to compile miranda-im, I took 'em from MinGW win32api distribution:
Are there any ways to officially include these files into Wine?
Find out who the author is if it is not listed in the header and add a LGPL header with a copyright line and submit the headers to wine-patches. Mingw headers are licensed under a BSD/X11 style license so we have no problem including them in wine. Thanks Steven
Steven Edwards wrote:
Find out who the author is if it is not listed in the header and add a LGPL header with a copyright line and submit the headers to wine-patches. Mingw headers are licensed under a BSD/X11 style license so we have no problem including them in wine.
They aren't licenced at all because they aren't copyrighted, they're public domain, that's a bit different from X11/BSD. Ivan.
participants (3)
-
Ivan Leo Puoti -
Peter Lemenkov -
Steven Edwards