Changeset 243 for trunk/include/helpers/dosh.h
- Timestamp:
- Jan 29, 2003, 7:41:39 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r234 r243 621 621 622 622 #define XOPEN_BINARY 0x10000000 623 #define XOPEN_WRITETHRU 0x20000000 623 624 624 625 APIRET doshOpen(PCSZ pcszFilename, … … 658 659 PSZ* ppszContent, 659 660 PULONG pcbRead); 661 662 BOOL doshCreateLogFilename(PSZ pszBuf, 663 PCSZ pcszFilename, 664 BOOL fAllowBootDrive); 660 665 661 666 PSZ doshCreateBackupFileName(const char* pszExisting);
Note:
See TracChangeset
for help on using the changeset viewer.