]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Clean up qtypes.h a bit by including stdbool.h no matter what, removing checks
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 15 Jun 2020 00:20:44 +0000 (00:20 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 15 Jun 2020 00:20:44 +0000 (00:20 +0000)
commit0ad63a18c8d59dc27c0729175d6d0fea3cdd4d18
treeeb39f9c659ad1d16fc322b02bbabfb3752e26d3a
parent54709e723b7865fd341829235e2a0790aea0f140
Clean up qtypes.h a bit by including stdbool.h no matter what, removing checks

Every major compiler includes it, including VS2013 and higher, so the
vast, vast majority of people shouldn't be affected by this. Every major
compiler's stdbool.h also checks for C++ anyway. These checks are
redundant.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12672 d7cf8633-e32d-0410-b094-e92efae38249
qtypes.h