diff options
| author | 2014-10-22 22:43:15 -0200 | |
|---|---|---|
| committer | 2014-10-22 22:43:15 -0200 | |
| commit | b75ac2439196ecf95efe76e38ca2c3f1afcd6421 (patch) | |
| tree | 97e43cf46661fe129b814c1eeae3a2ee8aa55db2 /src/common/file_util.cpp | |
| parent | Merge pull request #145 from yuriks/shader-log-crash (diff) | |
| download | yuzu-b75ac2439196ecf95efe76e38ca2c3f1afcd6421.tar.gz yuzu-b75ac2439196ecf95efe76e38ca2c3f1afcd6421.tar.xz yuzu-b75ac2439196ecf95efe76e38ca2c3f1afcd6421.zip | |
Use std sized types instead of platform specific typedefs
Diffstat (limited to 'src/common/file_util.cpp')
| -rw-r--r-- | src/common/file_util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index 78a642599..77a226885 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <commdlg.h> // for GetSaveFileName | 13 | #include <commdlg.h> // for GetSaveFileName |
| 14 | #include <io.h> | 14 | #include <io.h> |
| 15 | #include <direct.h> // getcwd | 15 | #include <direct.h> // getcwd |
| 16 | #include <tchar.h> | ||
| 16 | #else | 17 | #else |
| 17 | #include <sys/param.h> | 18 | #include <sys/param.h> |
| 18 | #include <dirent.h> | 19 | #include <dirent.h> |