Re: more MSVCRT fun

2002-09-18 Thread Martin Wilck
Am Die, 2002-09-17 um 21.47 schrieb [EMAIL PROTECTED]: In my winelib app, most of the cpp files use MSVCRT only, and thanks to Martin I've gotten those to compile. If the small patches I sent make your app _run_ fine, too, please notify me - I'll submit official. patches to Alexandre in that

more MSVCRT fun

2002-09-17 Thread steve . lustbader
In my winelib app, most of the cpp files use MSVCRT only, and thanks to Martin I've gotten those to compile. A couple of my source files, however, use a mix of MSVCRT and standard glibc (fork, exec, etc). When I include unistd.h, lots of function definitions conflict with msvcrt/io.h. How can