FIX: time printing, like difftime in MINGW enviroments needs to use 32b time.

This commit is contained in:
iceman1001 2016-04-23 13:02:20 +02:00
commit be6e909c5b
5 changed files with 8 additions and 4 deletions

View file

@ -10,6 +10,7 @@
#ifndef UI_H__
#define UI_H__
#define _USE_MATH_DEFINES
#include <stdarg.h>
#include <stdlib.h>