File:  [RetroPC.NET] / xmil / adv / timemng.c
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:07 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
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);
}


RetroPC.NET-CVS <cvs@retropc.net>