Huge compile performance refactor

This commit is contained in:
Jack Andersen
2017-12-28 21:57:22 -10:00
parent e37128d657
commit 985994a291
23 changed files with 35 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
#ifdef _WIN32
#include <windows.h>
#include <stdio.h>
#include <cstdio>
#else
#include <dirent.h>
#endif