brian r
2001-Jul-23 11:29 UTC
msvcrt/io.h and winelib, wine-users digest, Vol 1 #596 - 3 msgs
> You should not need to copy any header from windows. If you need to >do so then it's a Wine bug (well, there are probably still a couple of >missing headers, let us know about it when you find one).All right, what about stdio.h and wctype.h, which stdio.h requires? Do we use the Linux stdio.h instead? _____________________________________________________________ Sign up for FREE email from canada-11 at http://www.canada-11.com
Francois Gouget
2001-Jul-23 15:08 UTC
msvcrt/io.h and winelib, wine-users digest, Vol 1 #596 - 3 msgs
On Mon, 23 Jul 2001, brian r wrote:> > > You should not need to copy any header from windows. If you need to > >do so then it's a Wine bug (well, there are probably still a couple of > >missing headers, let us know about it when you find one). > > > All right, what about stdio.h and wctype.h, which stdio.h requires? > Do we use the Linux stdio.h instead?If you are importing the msvcrt library (import msvcrt.dll in your spec file) then you should use only the headers in include/msvcrt, not the Unix headers (from /usr/include). You will find a version of stdio.h and wctype.h in include/msvcrt. -- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ Avoid the Gates of Hell - use Linux.