aboutsummaryrefslogtreecommitdiff
path: root/lib/nwos.c
AgeCommit message (Collapse)Author
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-10-27Fix Pelles C Win32 target compilation issuesYang Tse
2007-11-07if () => if()Daniel Stenberg
while () => while() and some other minor re-indentings
2007-08-09fixed warning with gcc 4.x (hopefully); dynamincally imported ↵Gunter Knauf
UseAccurateCaseForPaths() for CLIB port to be stonetime-compatible (NW 3.x).
2007-08-08moved ugly CLIB define to nwos.c.Gunter Knauf
2007-07-11added NetWare-own file to provide some init functions (for now only CLIB);Gunter Knauf
added call to netware_init() in curl_global_init() to make sure it gets called before any library functions get used.