mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
9.06 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
829409452d
commit
c99f3ebdd6
@@ -61,10 +61,10 @@ bool CFileInfoW::IsDots() const
|
||||
fi.IsDevice = false;
|
||||
|
||||
/*
|
||||
#ifndef _WIN32_WCE
|
||||
fi.ReparseTag = fd.dwReserved0;
|
||||
#else
|
||||
#ifdef UNDER_CE
|
||||
fi.ObjectID = fd.dwOID;
|
||||
#else
|
||||
fi.ReparseTag = fd.dwReserved0;
|
||||
#endif
|
||||
*/
|
||||
|
||||
@@ -390,7 +390,7 @@ HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool watchSubtree, D
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_WCE
|
||||
#ifndef UNDER_CE
|
||||
bool MyGetLogicalDriveStrings(CSysStringVector &driveStrings)
|
||||
{
|
||||
driveStrings.Clear();
|
||||
|
||||
Reference in New Issue
Block a user