Minor fix

This commit is contained in:
AlexeyAB
2019-04-11 02:47:19 +03:00
parent faf67c9683
commit 8c970498a2
10 changed files with 55 additions and 37 deletions

View File

@ -5,6 +5,10 @@
#define inline __inline
#endif
#if defined(DEBUG) && !defined(_CRTDBG_MAP_ALLOC)
#define _CRTDBG_MAP_ALLOC
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>