[parrot/parrot] b5d041: The CONST #define clashes with windows.h
noreply at github.com
noreply at github.com
Wed Jan 26 01:57:00 UTC 2011
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: b5d04195ae874c2697ddc8f24db5ff85a2a02fb3
https://github.com/parrot/parrot/commit/b5d04195ae874c2697ddc8f24db5ff85a2a02fb3
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Changed paths:
M include/parrot/parrot.h
M src/io/socket_api.c
M src/platform/generic/socket.c
M src/pmc/sockaddr.pmc
Log Message:
-----------
The CONST #define clashes with windows.h
Include windows headers right at the beginning and undef CONST. Once
all platform specific socket code is moved to src/platform, we can
remove these includes.
More information about the parrot-commits
mailing list