#ifndef _TIME_DISPLAY_INC #define _TIME_DISPLAY_INC #include "resource.h" #include "timezone_list.h" int show_time(HANDLE hContact); void time_windows_cleanup(); void time_windows_init(); #endif