chiark / gitweb /
min()/max() macros conflict with ones defined by Windows (or at least MinGW)
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 1 Jun 2005 22:56:20 +0000 (22:56 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 1 Jun 2005 22:56:20 +0000 (22:56 +0000)
commit09c396b8a863340de1f54536eb193eb2a9b28cb5
tree0654cb200805c73c86bce60e2626989293586d76
parent55a3d377b156ede425814983fa9204af90ce3df2
min()/max() macros conflict with ones defined by Windows (or at least MinGW)
headers; but MIN()/MAX() conflict with glib. Let's keep the lower-case ones,
and assume that any provided by the system have the obvious semantics.

[originally from svn r5900]
puzzles.h