xmil-libretro/win9x/timemng.cpp
2004-08-01 05:31:32 +00:00

11 lines
150 B
C++

#include "compiler.h"
#include "timemng.h"
BRESULT timemng_gettime(_SYSTIME *systime) {
GetLocalTime((SYSTEMTIME *)systime);
return(SUCCESS);
}