Add date to unix time, fix buggy array and arena prototype

This commit is contained in:
2024-02-25 22:37:14 +11:00
parent 8b2aea5b1d
commit 6aec2ca4cf
9 changed files with 121 additions and 45 deletions
+3 -3
View File
@@ -22,9 +22,9 @@ struct Dqn_WinError
// NOTE: Windows Str8 <-> Str16 ///////////////////////////////////////////
struct Dqn_Win_FolderIteratorW
{
void *handle;
Dqn_Str16 file_name;
wchar_t file_name_buf[512];
void *handle;
Dqn_Str16 file_name;
wchar_t file_name_buf[512];
};
struct Dqn_Win_FolderIterator