#include "Wm4FoundationPCH.h"
#include "Wm4System.h"
#include <sys/stat.h>
#include <sys/timeb.h>
Go to the source code of this file.
Variables | |
static bool | gs_bInitializedTime = false |
static long | gs_lInitialSec = 0 |
static long | gs_lInitialUSec = 0 |
bool gs_bInitializedTime = false [static] |
Definition at line 33 of file Wm4System.cpp.
Referenced by Wm4::System::GetTime().
long gs_lInitialSec = 0 [static] |
Definition at line 31 of file Wm4System.cpp.
Referenced by Wm4::System::GetTime().
long gs_lInitialUSec = 0 [static] |
Definition at line 32 of file Wm4System.cpp.
Referenced by Wm4::System::GetTime().