Change MINGW_HAS_SECURE_API checks.
authorInsertAReallyCreativeNameHere <fan0013@mhs.vic.edu.au>
Wed, 8 Sep 2021 20:43:23 +0000 (06:43 +1000)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 20:43:23 +0000 (06:43 +1000)
commit12e27e17deb3102f1f6f08ec19caf5e32becb3f8
tree05027db6205a7fa41d3cd3c9de1c4ae0102ca073
parente0771b5d4c7e64a4354e1aa93fb2a673b2a08010
Change MINGW_HAS_SECURE_API checks.

MINGW_HAS_SECURE_API can be defined as 0, but this will be ignored here without this change.
Without these *_s "safe" functions, this code will also build on Windows XP.
glslang/Include/Common.h