mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
Fix type sizes
This commit is contained in:
@ -48,7 +48,7 @@ namespace Driver
|
||||
struct DriverFile
|
||||
{
|
||||
bool Enabled = false;
|
||||
unsigned long DriverUID = 0;
|
||||
size_t DriverUID = 0;
|
||||
void *Address = nullptr;
|
||||
void *InterruptCallback = nullptr;
|
||||
Memory::MemMgr *MemTrk = nullptr;
|
||||
|
Reference in New Issue
Block a user