drive iteration in win32 file system api; fix some root-level behaviors of file browser

This commit is contained in:
Ryan Fleury
2024-05-31 12:20:14 -07:00
parent d3adfdeced
commit 59e71eb5cc
6 changed files with 101 additions and 60 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ struct String8List
typedef struct String8Array String8Array;
struct String8Array
{
String8 *strings;
String8 *v;
U64 count;
};