winpr_detect_windows_time_zone should have void argument
This commit is contained in:
parent
16796b9c9d
commit
a4f0089d45
@ -1740,7 +1740,7 @@ static BOOL winpr_match_unix_timezone_identifier_with_list(const char* tzid, con
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static TIME_ZONE_ENTRY* winpr_detect_windows_time_zone()
|
||||
static TIME_ZONE_ENTRY* winpr_detect_windows_time_zone(void)
|
||||
{
|
||||
int i, j;
|
||||
char* tzid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user