Changeset 18 for trunk/include


Ignore:
Timestamp:
Jan 1, 2001, 4:30:29 PM (25 years ago)
Author:
umoeller
Message:

Tons of updates.

Location:
trunk/include/helpers
Files:
5 edited

Legend:

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

    r14 r18  
    7272        ULONG      ulAttr;
    7373        PFNWP      OldStaticProc;
    74         RECTL      rclBar;
    7574    } PROGRESSBARDATA, *PPROGRESSBARDATA;
    7675
  • trunk/include/helpers/dosh.h

    r17 r18  
    374374
    375375    APIRET doshSetEnvironmentVar(PDOSENVIRONMENT pEnv,
    376                                  PSZ pszNewEnv);
     376                                 PSZ pszNewEnv,
     377                                 BOOL fAddFirst);
    377378
    378379    APIRET doshConvertEnvironment(PDOSENVIRONMENT pEnv,
     
    392393     *      old DOS EXE header at offset 0
    393394     *      in any EXE file.
     395     *
     396     *@@changed V0.9.7 (2000-12-20) [umoeller]: fixed NE offset
    394397     */
    395398
     
    419422         ULONG  ulUnused6;              // 34:
    420423         ULONG  ulUnused7;              // 38:
    421          USHORT usNewHeaderOfs;         // new header ofs (if 0x18 > 0x40)
     424         ULONG  ulNewHeaderOfs;         // new header ofs (if 0x18 > 0x40)
     425                    // fixed this from USHORT, thanks Martin Lafaix
     426                    // V0.9.7 (2000-12-20) [umoeller]
    422427    } DOSEXEHEADER, *PDOSEXEHEADER;
    423428
     
    440445        CHAR      achNE[2];             // 00: NE
    441446        BYTE      bLinkerVersion;       // 02: linker version
    442         BYTE      bLlinkerRevision;     // 03: linker revision
     447        BYTE      bLinkerRevision;      // 03: linker revision
    443448        USHORT    usEntryTblOfs;        // 04: ofs from this to entrytable
    444449        USHORT    usEntryTblLen;        // 06: length of entrytable
  • trunk/include/helpers/gpih.h

    r14 r18  
    154154                          LONG lPointSize);
    155155
    156     LONG gpihQueryLineSpacing(HPS hps,
    157                               PSZ pszText);
     156    LONG gpihQueryLineSpacing(HPS hps);
    158157
    159158    /* ******************************************************************
  • trunk/include/helpers/threads.h

    r14 r18  
    3636    #define THRF_PMMSGQUEUE     0x0001
    3737    #define THRF_WAIT           0x0002
     38    #define THRF_TRANSIENT      0x0004
    3839
    3940    /*
  • trunk/include/helpers/xstring.h

    r15 r18  
    5858    typedef XSTRINITSET *PXSTRINITSET;
    5959
    60     void XWPENTRY xstrInitCopy(PXSTRING pxstr, const char *pcszSource);
    61     typedef void XWPENTRY XSTRINITCOPY(PXSTRING pxstr, const char *pcszSource);
     60    void XWPENTRY xstrInitCopy(PXSTRING pxstr, const char *pcszSource, ULONG ulExtraAllocate);
     61    typedef void XWPENTRY XSTRINITCOPY(PXSTRING pxstr, const char *pcszSource, ULONG ulExtraAllocate);
    6262    typedef XSTRINITCOPY *PXSTRINITCOPY;
    6363
Note: See TracChangeset for help on using the changeset viewer.