plugins: fishlim: VS2013 comes with a working stdbool.h
This commit is contained in:
@ -25,11 +25,7 @@
|
||||
#ifndef IRC_H
|
||||
#define IRC_H
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include "bool.h"
|
||||
#else
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
|
||||
bool irc_parse_message(const char *words[],
|
||||
|
Reference in New Issue
Block a user