#ifndef __GETTIME_H__ #define __GETTIME_H__ #include <windows.h> DWORD gettime(void); #endif