diff options
| author | 2008-10-02 09:25:08 +0000 | |
|---|---|---|
| committer | 2008-10-02 09:25:08 +0000 | |
| commit | 4ece6845e21bd9d66b3d4b2d7b479974890c290c (patch) | |
| tree | ddacdca18827f72372b82d1ea23f7d9ee0016d8d | |
| parent | fixed typos, thx to Kuja^ (diff) | |
| download | KVIrc-4ece6845e21bd9d66b3d4b2d7b479974890c290c.tar.gz KVIrc-4ece6845e21bd9d66b3d4b2d7b479974890c290c.tar.bz2 KVIrc-4ece6845e21bd9d66b3d4b2d7b479974890c290c.zip | |
fix compilation on win.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2617 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | src/kvilib/core/kvi_hstrEqualCIN.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/core/kvi_hstrEqualCIN.h b/src/kvilib/core/kvi_hstrEqualCIN.h index d776537d7..57fbee0f3 100644 --- a/src/kvilib/core/kvi_hstrEqualCIN.h +++ b/src/kvilib/core/kvi_hstrEqualCIN.h @@ -23,4 +23,4 @@ //=========================================================================== #include "kvi_string.h" -bool kvi_hstrEqualCIN(const kvi_wchar_t *str1,const char *str2,int len); +__KVI_EXTERN KVILIB_API bool kvi_hstrEqualCIN(const kvi_wchar_t *str1,const char *str2,int len); |
