mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Change 'FileFindHandle_t' type
Make 64 bits for target.
This commit is contained in:
parent
60ab35b5c4
commit
22d2cc5a7a
@ -9,7 +9,7 @@
|
||||
typedef void* FileHandle_t;
|
||||
typedef void* FileNameHandle_t; // !TODO: Check if this is 4 or 8 bytes (model_t was 4 bytes in mem).
|
||||
typedef void* FileCacheHandle_t;
|
||||
typedef int FileFindHandle_t;
|
||||
typedef void* FileFindHandle_t;
|
||||
|
||||
#define FILESYSTEM_INVALID_HANDLE ( FileHandle_t )nullptr
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user