16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

changed NULL use to c++11 compliant

This commit is contained in:
tmj-fstate
2017-08-15 00:55:38 +02:00
parent 7068a4ceff
commit 7e51d5d2e0
27 changed files with 92 additions and 92 deletions

View File

@@ -29,6 +29,7 @@
#include <strsafe.h>
#endif
// stl
#include <cstddef>
#include <cstdlib>
#include <cassert>
#define _USE_MATH_DEFINES