| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to timemng.cpp CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / nds | 
add nds-win32 simulation project
#include "compiler.h"
#include "timemng.h"
static const _SYSTIME deftime = {1990, 1, 0, 1, 0, 0, 0, 0};
BRESULT timemng_gettime(_SYSTIME *pSysTime)
{
	CopyMemory(pSysTime, &deftime, sizeof(deftime));
	return(SUCCESS);
}