File:  [RetroPC.NET] / xmil / wince / timemng.cpp
Revision 1.1: download - view: text, annotated - select for diffs
Thu Aug 19 20:09:20 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
add...

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


BRESULT timemng_gettime(_SYSTIME *systime) {

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


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