9 lines
92 B
C
9 lines
92 B
C
|
|
#pragma once
|
|
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
|
|
|
|
DWORD GetSafeTickCount(); |