gnustep / libs-back

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
50 stars 34 forks source link

Support building natively on Windows #51

Closed qmfrederik closed 2 months ago

qmfrederik commented 2 months ago

When building for Windows using a native toolchain (i.e. not MinGW or MSYS), <unistd.h> is not available. Include <io.h> instead and define strcasecmp.