Re: Digital Mars patches
Gisle Vanem <[email protected]> Tue, 05 Jul 2005 20:03:55 +0200
| Newsgroups | gmane.comp.web.wget.patches |
|---|---|
| Message-ID | <[email protected]> |
> config.h: > - Generic features of the Win32 C environment, mostly > non-compiler-specific. This would follow the format of Fewer config* files are a good thing. So I'm for that change (a windows/config.win32 copied to src/config.h by GNU make). >> - Has '_Bool'. C99 type? > > _Bool is C99. Does it have stdbool.h and the related bool #define? My oversight. DMC do have <stdbool.h>. Regarding popularity of Win32 compilers, this is my perception of it: MSVC gcc/MingW [*] gcc/CygWin [*] OpenWatcom [*] Borland [*] Digital Mars [*] LCC [*] IBM VisualAge ... [*] Free version. --gv