mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 10:10:19 +00:00
some more multiplatform support
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user