Use std sized types instead of platform specific typedefs

This commit is contained in:
Yuri Kunde Schlesner 2014-10-22 22:43:15 -02:00
parent efacd65b26
commit b75ac24391
2 changed files with 12 additions and 32 deletions

View file

@ -13,6 +13,7 @@
#include <commdlg.h> // for GetSaveFileName
#include <io.h>
#include <direct.h> // getcwd
#include <tchar.h>
#else
#include <sys/param.h>
#include <dirent.h>