fix
This commit is contained in:
parent
b29ae43dd6
commit
66599bc6bd
6 changed files with 97 additions and 8 deletions
4
C/irc.h
4
C/irc.h
|
@ -8,10 +8,6 @@
|
|||
motd parsing
|
||||
*/
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#error "Only unix"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue