diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 10:51:22 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 10:51:22 +0200 |
commit | 1d3c6d672eaa8d97fa24f52b14efc9ec79d71929 (patch) | |
tree | 3b72159f6433e076880b5350d61c46d1a2b68fab /plugins/fishlim/plugin_xchat.c | |
parent | 0cf80ecb321f493e3e35d544a970def9dab4f96a (diff) |
Add make support for FiSHLiM on Unix
Diffstat (limited to 'plugins/fishlim/plugin_xchat.c')
-rw-r--r-- | plugins/fishlim/plugin_xchat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/fishlim/plugin_xchat.c b/plugins/fishlim/plugin_xchat.c index 5e261116..d1d3f5ca 100644 --- a/plugins/fishlim/plugin_xchat.c +++ b/plugins/fishlim/plugin_xchat.c @@ -27,11 +27,7 @@ #include <string.h> // #pragma GCC visibility push(default) -#ifdef _MSC_VER #include "xchat-plugin.h" -#else -#include <xchat/xchat-plugin.h> -#endif #define XCHAT_MAX_WORDS 32 // #pragma GCC visibility pop |