Changeset 391 for branches/branch-1-0/src/helpers/xprf.c
- Timestamp:
- Jul 8, 2011, 3:46:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/xprf.c
r372 r391 74 74 75 75 /* 76 * Copyright (C) 2000-20 08Ulrich Mller.76 * Copyright (C) 2000-2011 Ulrich Mller. 77 77 * This file is part of the "XWorkplace helpers" source package. 78 78 * This is free software; you can redistribute it and/or modify … … 741 741 // FHLOCK hLock = 0; 742 742 743 // WarpIN V1.0.20 (2011-07-08) [pr]: add NOINHERIT 743 744 if (!(arc = DosOpen((PSZ)pcszFilename, 744 745 &hFile, … … 750 751 OPEN_FLAGS_FAIL_ON_ERROR 751 752 | OPEN_FLAGS_SEQUENTIAL 753 | OPEN_FLAGS_NOINHERIT 752 754 | OPEN_SHARE_DENYREADWRITE 753 755 | OPEN_ACCESS_READWRITE,
Note:
See TracChangeset
for help on using the changeset viewer.