This file can be included to program for Windows written in EuroAssembler.
It declares the most often used constant symbols and structures used for
time and date functions of MS Windows Application Programming Interface (WinAPI),
as they were derived from header files in
[WindowsSDK].
winstime HEAD
FILETIME STRUC dwLowDateTime D DWORD dwHighDateTime D DWORD ENDSTRUC FILETIME
SYSTEMTIME STRUC .wYear D WORD .wMonth D WORD .wDayOfWeek D WORD .wDay D WORD .wHour D WORD .wMinute D WORD .wSecond D WORD .wMilliseconds D WORD ENDSTRUC SYSTEMTIME
ENDHEAD winstime