mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-05-08 03:27:55 +03:00
Use std sized types instead of platform specific typedefs
This commit is contained in:
parent
efacd65b26
commit
b75ac24391
2 changed files with 12 additions and 32 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue