File:  [RetroPC.NET] / np2 / wince / timemng.cpp
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:59:33 2003 JST (22 years ago) by yui
CVS tags: MAIN, HEAD
Initial revision

#include	"compiler.h"
#include	"timemng.h"


BOOL timemng_gettime(_SYSTIME *systime) {

	GetLocalTime((SYSTEMTIME *)systime);
	return(SUCCESS);
}


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