Changeset 1880 for trunk/dll/filldir.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/filldir.c
r1877 r1880 132 132 #include <ctype.h> 133 133 #include <limits.h> 134 // #include <process.h> // _beginthread135 134 136 135 #define INCL_DOS … … 919 918 (pffbFile->achName[1] == '.' && !pffbFile->achName[2])) || 920 919 (LoadedFirstChild && !stricmp(LoadedFirstChild, pffbFile->achName)))) { 921 // ulFindCnt--;// Got . or .. or file to be skipped920 // Got . or .. or file to be skipped 922 921 } 923 922 else … … 1063 1062 1064 1063 if (!pciFirst) { 1065 //ERRORID erridErrorCode = WinGetLastError(WinQueryAnchorBlock(hwndCnr));1066 //PmpfF(("Allocation failed %i", erridErrorCode));1067 1064 Win_Error(hwndCnr, HWND_DESKTOP, pszSrcFile, __LINE__, 1068 1065 GetPString(IDS_CMALLOCRECERRTEXT)); … … 1147 1144 } 1148 1145 } 1149 //SleepIfNeeded(&itdSleep, 1);1150 1146 } 1151 1147 priority_normal();
Note:
See TracChangeset
for help on using the changeset viewer.