]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit - libcurl.c
Clean up qtypes.h. Use stdbool.h on non-MSVC. Replace allcaps with lowercase
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 26 May 2020 16:41:57 +0000 (16:41 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 26 May 2020 16:41:57 +0000 (16:41 +0000)
commit5225f7ec9697b2a65a524956d6ee95c267d88145
tree725e818d1ac4bd4acf9121460f6881d9842d0a2f
parent333fc3d46c7cc170ab34cb8583653f1e50bcc92a
Clean up qtypes.h. Use stdbool.h on non-MSVC. Replace allcaps with lowercase

Last I checked, stdbool.h is only unavailable on Windows MSVC, so we'll define
bool ourselves in that case.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12590 d7cf8633-e32d-0410-b094-e92efae38249
common.c
jpeg.c
libcurl.c
menu.c
prvm_cmds.c
prvm_edict.c
qtypes.h
sv_main.c
sv_phys.c
thread_win.c
utf8lib.c