raylib/projects/VS2017
raysan5 fdad1f023b Avoid all MSVC compile warnings
Most warning were related to types conversion (casting required) and unsigned/signed types comparisons.

Added preprocessor directives (_CRT_SECURE_NO_DEPRECATE; _CRT_NONSTDC_NO_DEPRECATE) to avoid warnings about unsafe functions, those functions are safe while used properly and recommended alternatives are MS only.

Some external libraries still generate warnings.
2020-05-06 19:12:09 +02:00
..
examples Review VS2017 project to support x64 properly 2020-01-12 13:52:01 +01:00
raylib Avoid all MSVC compile warnings 2020-05-06 19:12:09 +02:00
raylib.sln VS2017 project: Added x64 platform configuration 2020-01-05 20:13:35 +01:00