X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;h=23fc806fa325bccc970b0a1661d49ef285001e82;hb=10d7ab1fb217c01030a0b637f9a571c1faf61ede;hp=4f6619d9b20412fd05b2d83f7eb1e6844a174a3c;hpb=376c605508b0c1903dee5357a6d95499c940d258;p=virtualjaguar diff --git a/src/log.cpp b/src/log.cpp index 4f6619d..23fc806 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -20,13 +20,14 @@ #include #include -#include "types.h" +#include + //#define MAX_LOG_SIZE 10000000 // Maximum size of log file (10 MB) #define MAX_LOG_SIZE 100000000 // Maximum size of log file (100 MB) static FILE * log_stream = NULL; -static uint32 logSize = 0; +static uint32_t logSize = 0; int LogInit(const char * path) {