Merge branch 'release-2.140.136'
[feisty_meow.git] / nucleus / library / filesystem / huge_file.cpp
index ae8382950965b9232c1a2150add1fd5c55070a1b..5d8e7dc0db9393ba887ff9c9d7b1d37a7d8bd9b5 100644 (file)
 #include <basis/byte_array.h>
 #include <basis/functions.h>
 #include <basis/guards.h>
+#include <application/windoze_helper.h>
 
 #include <stdio.h>
-#ifndef __WIN32__
-  #include <sys/time.h>
-#else
-  #include <time.h>
-#endif
+//#ifndef __WIN32__
+#include <sys/time.h>
+//#else
+//  #include <time.h>
+//#endif
 
 #undef LOG
 #define LOG(to_print) printf("%s::%s: %s\n", static_class_name(), func, astring(to_print).s())