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
parent 9ea10847ea
commit be6e909c5b
5 changed files with 8 additions and 4 deletions

View File

@@ -37,7 +37,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>