go/src/libbio
Joe Poirier e21b3a40ac build: test for _WIN32, not _MINGW32
Use OS rather than compiler specific flag the same way that
__FreeBSD__, __APPLE__, __OpenBSD__, and __linux__ are used.

_WIN32 is defined by GCC (and others) on windows for Win32
and Win64 applications. _WIN32 is set by default for several
other windows based compilers: DMC, MSVC, Intel, Watcom, LCC.

Although the change is for consistency, it allows the Go tools
to be compiled with non-Mingw GCC distributions and non-GCC
compilers that support the GCC extensions.

R=rsc, brainman, vcc
CC=golang-dev
https://golang.org/cl/2168043
2010-09-08 22:20:35 -04:00
..
Makefile build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
bbuffered.c
bfildes.c
bflush.c
bgetc.c
bgetd.c
bgetrune.c
binit.c Ports of lib9, libbio and libmach to Windows. 2009-11-30 11:53:11 -08:00
boffset.c
bprint.c libbio: fix Bprint bug 2010-08-10 17:38:28 -07:00
bputc.c
bputrune.c
brdline.c
brdstr.c
bread.c
bseek.c build: test for _WIN32, not _MINGW32 2010-09-08 22:20:35 -04:00
bwrite.c