Doesn't compile: austin@austin-desktop:~$ i586-mingw32msvc-gcc foo.c foo.c: In function ?GetCurrentProcessMemory?: foo.c:14: error: ?bool? undeclared (first use in this function) foo.c:14: error: (Each undeclared identifier is reported only once foo.c:14: error: for each function it appears in.) foo.c:14: error: expected ?;? before ?ret? foo.c:17: error: ?ret? undeclared (first use in this function) foo.c: In function ?main?: foo.c:27: warning: return type of ?main? is not ?int?