Ignore:
Timestamp:
Jan 29, 2003, 7:41:39 PM (23 years ago)
Author:
umoeller
Message:

New build system, multimedia, other misc fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dosh.h

    r234 r243  
    621621
    622622    #define XOPEN_BINARY              0x10000000
     623    #define XOPEN_WRITETHRU           0x20000000
    623624
    624625    APIRET doshOpen(PCSZ pcszFilename,
     
    658659                            PSZ* ppszContent,
    659660                            PULONG pcbRead);
     661
     662    BOOL doshCreateLogFilename(PSZ pszBuf,
     663                               PCSZ pcszFilename,
     664                               BOOL fAllowBootDrive);
    660665
    661666    PSZ doshCreateBackupFileName(const char* pszExisting);
Note: See TracChangeset for help on using the changeset viewer.