mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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
|
|
@ -48,7 +48,9 @@ int irssi_gui;
|
|||
void core_init(void)
|
||||
{
|
||||
modules_init();
|
||||
#ifndef WIN32
|
||||
pidwait_init();
|
||||
#endif
|
||||
|
||||
net_disconnect_init();
|
||||
net_sendbuffer_init();
|
||||
|
|
@ -96,6 +98,8 @@ void core_deinit(void)
|
|||
net_sendbuffer_deinit();
|
||||
net_disconnect_deinit();
|
||||
|
||||
#ifndef WIN32
|
||||
pidwait_deinit();
|
||||
#endif
|
||||
modules_deinit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue