| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to timemng.c CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / adv | 
RetroPC CVS restarting 2005/02/04 (T.Yui)
#include	"compiler.h"
#include	"timemng.h"
static const _SYSTIME deftime = {1990, 1, 0, 1, 0, 0, 0, 0};
BRESULT timemng_gettime(_SYSTIME *systime) {
	CopyMemory(systime, &deftime, sizeof(deftime));
	return(SUCCESS);
}