cmake: Add _CRT_SECURE_NO_WARNINGS to all projects

This prevents issues with using standard C functions, where microsoft
would otherwise spit out pointless warnings to encourage using
microsoft-specific functions instead.
This commit is contained in:
jp9000
2016-12-07 07:27:40 -08:00
parent ec4317dd2b
commit ca607f8b35
16 changed files with 1 additions and 19 deletions

View File

@@ -1,4 +1,3 @@
#define _CRT_SECURE_NO_WARNINGS
#include <d3d9.h>
#include <d3d11.h>
#include <dxgi.h>