Changeset 3731 for trunk/src/kernel32/hmfile.cpp
- Timestamp:
- Jun 18, 2000, 4:08:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmfile.cpp
r3721 r3731 1 /* $Id: hmfile.cpp,v 1. 4 2000-06-17 09:42:58sandervl Exp $ */1 /* $Id: hmfile.cpp,v 1.5 2000-06-18 14:08:02 sandervl Exp $ */ 2 2 3 3 /* … … 310 310 return FALSE; 311 311 #else 312 313 if(!(fdwOptions & DUPLICATE_SAME_ACCESS) && fdwAccess != pHMSrcHandle->dwAccess) { 314 dprintf(("WARNING: DuplicateHandle; app wants different access permission; Not supported!! (%x, %x)", fdwAccess, pHMSrcHandle->dwAccess)); 315 } 312 316 313 317 rc = OSLibDosDupHandle(pHMSrcHandle->hHMHandle,
Note:
See TracChangeset
for help on using the changeset viewer.