mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Win32 updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@784 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
df10f182c0
commit
e0bc134d66
7 changed files with 34 additions and 3 deletions
|
|
@ -111,6 +111,7 @@ void net_disconnect_init(void)
|
|||
|
||||
void net_disconnect_deinit(void)
|
||||
{
|
||||
#ifndef WIN32
|
||||
NET_DISCONNECT_REC *rec;
|
||||
time_t now, max;
|
||||
int first;
|
||||
|
|
@ -148,4 +149,5 @@ void net_disconnect_deinit(void)
|
|||
first = 0;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue