mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 03:02:17 -05:00
apparently this is not allowed in C++
This commit is contained in:
parent
e2acf19d42
commit
1fe5dfae7f
@ -28,9 +28,9 @@
|
||||
#include "xchat-plugin.h"
|
||||
|
||||
static xchat_plugin *ph; /* plugin handle */
|
||||
static const char name[] = "WinSys";
|
||||
static const char desc[] = "Display info about your hardware and OS";
|
||||
static const char version[] = "1.0";
|
||||
static char name[] = "WinSys";
|
||||
static char desc[] = "Display info about your hardware and OS";
|
||||
static char version[] = "1.0";
|
||||
static int firstRun;
|
||||
static char *wmiOs;
|
||||
static char *wmiCpu;
|
||||
|
Loading…
Reference in New Issue
Block a user