#ifdef SSP_TARGET_CARBON #include #endif //SSP_TARGET_CARBON #include #include DWORD SspTicks( ) { #ifndef MAC // Seems good enough, it claims to be in seconds. return ArcGetRelativeTime(); #else return TickCount() / 60; #endif }