summaryrefslogtreecommitdiff
path: root/MySpace/common.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-30 15:48:03 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-30 15:48:03 +0000
commitad621c29997aff0bda961718de44f536d13213cf (patch)
tree12f46c43d1fdd3b5204b199ff24eb3d2bcda9b57 /MySpace/common.h
parentd7c18eb91b752af0a617feb08151ba6ec73b7332 (diff)
implemented messaging! woohoo!
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@223 4f64403b-2f21-0410-a795-97e2b3489a10
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;