Ticket #6821: diff.txt

File diff.txt, 638 bytes (added by Gary Sanders <lex21@…>, 10 years ago)
Line 
1Comparing files operations-78220.cpp and OPERATIONS-GMS-PATCH.CPP
2***** operations-78220.cpp
3 1996: return error_code( (::GetLastError() == ERROR_FILE_NOT_FOUND
4 1997: // Windows Mobile returns ERROR_NO_MORE_FILES; see ticket #3551
5***** OPERATIONS-GMS-PATCH.CPP
6 1996: return error_code( (::GetLastError() == ERROR_FILE_NOT_FOUND
7 1997: || ::GetLastError() == ERROR_ACCESS_DENIED
8 1998: // Windows Mobile returns ERROR_NO_MORE_FILES; see ticket #3551
9*****
10