mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
Remove all WIN32 ifdefs (unifdef -UWIN32)
Just use cygwin. This looks like it wasn't enough to do anything useful, and I don't think anyone cares about supporting win32 the hard way.
This commit is contained in:
parent
544d5a8bba
commit
96766b7f05
10 changed files with 0 additions and 68 deletions
|
|
@ -168,9 +168,7 @@ void fe_common_core_init(void)
|
|||
keyboard_init();
|
||||
printtext_init();
|
||||
formats_init();
|
||||
#ifndef WIN32
|
||||
fe_exec_init();
|
||||
#endif
|
||||
fe_expandos_init();
|
||||
fe_help_init();
|
||||
fe_ignore_init();
|
||||
|
|
@ -211,9 +209,7 @@ void fe_common_core_deinit(void)
|
|||
keyboard_deinit();
|
||||
printtext_deinit();
|
||||
formats_deinit();
|
||||
#ifndef WIN32
|
||||
fe_exec_deinit();
|
||||
#endif
|
||||
fe_expandos_deinit();
|
||||
fe_help_deinit();
|
||||
fe_ignore_deinit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue