summaryrefslogtreecommitdiff
path: root/MySpace/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/common.h')
-rw-r--r--MySpace/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MySpace/common.h b/MySpace/common.h
index c74cb99..6ba2650 100644
--- a/MySpace/common.h
+++ b/MySpace/common.h
@@ -62,6 +62,11 @@
#define MODULE "MySpace"
+#define CLIENT_VER 673
+
+#define MAX_MESSAGE_SIZE 1024
+
+
extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
extern HANDLE mainThread;