Replaced C++ types by C ones

This commit is contained in:
Xawotihs
2015-09-25 21:46:37 +02:00
parent a19ccb6b49
commit 4185923d04
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef OBJECTANALYTICS_H #ifndef OBJECTANALYTICS_H
#define OBJECTANALYTICS_H #define OBJECTANALYTICS_H
#include <cstdint> #include <stdint.h>
#ifdef _DEBUG #ifdef _DEBUG
#define TRACK_OBJECT_USAGE #define TRACK_OBJECT_USAGE