#ifndef JDTIME_H #define JDTIME_H #ifdef WIN32 #include unsigned long Get_Milliseconds(void); #else /*unix version */ /* Deprecated header file. Use millitimer.h*/ #ifdef __cplusplus extern "C" { #endif unsigned long Get_Milliseconds(void); #ifdef __cplusplus } #endif #endif /* unix */ #endif