some more multiplatform support

This commit is contained in:
Berke Viktor
2011-12-11 18:04:35 +01:00
parent 132ef6cb50
commit 13ee029364
15 changed files with 21 additions and 22 deletions

View File

@@ -1008,7 +1008,11 @@ xchat_get_info (xchat_plugin *ph, const char *id)
return XCHATLIBDIR;
case 0x14f51cd8: /* version */
#ifdef WIN32
return XCHAT_RELEASE;
#else
return PACKAGE_VERSION;
#endif
case 0xdd9b1abd: /* xchatdir */
return get_xdir_utf8 ();