mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Code refactor.
This commit is contained in:
@@ -44,7 +44,7 @@ void DeleteFiles(const char* path)
|
||||
ACTION_RET actionTaken = 0;
|
||||
HFILE handle;
|
||||
|
||||
// 16 bit
|
||||
// 16 bit
|
||||
#if(defined(__I86__) || defined(__i86__) || defined(_M_I86))
|
||||
USHORT driveNo = path[0] - '@';
|
||||
#else // 32 bit
|
||||
|
||||
Reference in New Issue
Block a user