glslang-zig/glslang/Include
Johannes Kauffmann f3cf7a452c Fix -Wundef warnings for MINGW_HAS_SECURE_API
Since 12e27e17de, it was assumed that the
MINGW_HAS_SECURE_API macro was unconditionally defined. This is not
always the case, and GCC produces -Wundef warnings when that happens.

Fix this, by first checking if MINGW_HAS_SECURE_API is defined, and if
so, also check that it does not evaluate to zero.

As a drive-by, place parentheses around _MSC_VER for consistency.
2022-08-31 15:49:54 +00:00
..
arrays.h Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
BaseTypes.h Add SPV_AMD_shader_early_and_late_fragment_tests 2022-07-18 14:20:18 +08:00
Common.h Fix -Wundef warnings for MINGW_HAS_SECURE_API 2022-08-31 15:49:54 +00:00
ConstantUnion.h Fixes for gcc 9 / -Werror=deprecated-copy 2019-10-19 15:36:34 +03:00
glslang_c_interface.h CInterface: Add OpSource support. 2022-06-07 01:13:21 +09:00
glslang_c_shader_types.h Improved comment for glslang_optimization_level_t 2022-03-28 11:34:40 -06:00
InfoSink.h Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
InitializeGlobals.h Revert changes that migrate to thread_local. 2020-07-31 07:13:24 +01:00
intermediate.h Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
PoolAlloc.h Return new allocator for copied containers 2021-10-25 10:59:27 -06:00
ResourceLimits.h Add support for es extension GL_EXT_blend_func_extended 2020-04-30 23:21:14 -07:00
ShHandle.h Memory: Remove the need for per-thread tear down. 2017-11-13 01:52:11 -07:00
SpirvIntrinsics.h Make modifications of GL_EXT_spirv_intrinsics 2021-10-15 20:22:36 +08:00
Types.h Add SPV_AMD_shader_early_and_late_fragment_tests 2022-07-18 14:20:18 +08:00