1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-30 05:18:31 -05:00

updated project files and install files

This commit is contained in:
Bo Brantén
2020-03-22 02:27:00 +01:00
parent 4decc85dd0
commit c27599df57
6 changed files with 36 additions and 43 deletions

View File

@@ -14,7 +14,7 @@ ULONG g_nVols = 0;
EXT2_LETTER drvLetters[26];
EXT2_LETTER drvDigits[10];
ULONGLONG Ext2DrvLetters[2] = {-1, -1};
ULONGLONG Ext2DrvLetters[2] = {(ULONGLONG)-1, (ULONGLONG)-1};
PEXT2_DISK gDisks = NULL;
PEXT2_CDROM gCdroms = NULL;