home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pDOS/Date.h"
- @MASTER "Work2:AD/IInc/pDOS/Date.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:33:55
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pDOS/Date.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pDOS/Date.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_DateStamp" LINK "pDOS/Date.h/File" 17}
-
-
- @{b}#defines@{ub}
-
- @{"pOS_TICKS_PER_SECOND" LINK "pDOS/Date.h/File" 24}
-
- @ENDNODE
- @NODE File "pDOS/Date.h"
- #ifndef __INC_POS_PDOS_DATE_H
- #define __INC_POS_PDOS_DATE_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Date.h<< 12 Sep 1996 08:50:20 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PDOS_DOSTYPES_H
- #include <@{"pDOS/DosTypes.h" LINK "pDOS/DosTypes.h/File"}>
- #endif
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_DateStamp
- {
- @{"ULONG" LINK "pExec/Types.h/File" 91} ds_Days; /* Number of days since 1 Jan. 1992 */
- @{"UWORD" LINK "pExec/Types.h/File" 93} ds_Minute; /* Number of minutes past midnight */
- @{"UWORD" LINK "pExec/Types.h/File" 93} ds_Tick; /* Number of ticks past minute */
- };
-
- #define pOS_TICKS_PER_SECOND 50 /* Number of ticks in one second */
-
-
- #endif
- @ENDNODE
-