Add make support for FiSHLiM on Unix

This commit is contained in:
Berke Viktor
2012-07-18 10:51:22 +02:00
parent 0cf80ecb32
commit 1d3c6d672e
5 changed files with 72 additions and 76 deletions

View File

@ -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