Changeset 1455


Ignore:
Timestamp:
Sep 4, 2004, 8:43:51 AM (21 years ago)
Author:
bird
Message:

tiny build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/sharedpm.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1454 r1455  
    320320    pid_t                       pidCreate;
    321321    /** Creation timestamp. */
    322     DATETIME                    dtCreate;
     322    union
     323    {
     324#ifdef INCL_DOSDATETIME
     325        DATETIME                dtCreate;
     326#endif
     327        char                    ach[16];
     328    };
    323329    /* The rest of the block, up to cbProcess, is undefined in this version.
    324330     * Future versions of LIBC may use this area assuming it's initalized with zeros.
Note: See TracChangeset for help on using the changeset viewer.