mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-27 01:36:40 +01: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