#ifndef _FAKEHELP_H_ #define _FAKEHELP_H_ typedef union { struct { BYTE day; BYTE month; WORD year; }; DWORD all; }MYDATE,*PMYDATE; #endif