diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-02 05:52:03 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-02 05:52:03 +0000 |
commit | 63ca8bdac66f5b91d22bff6ea5b649aea8b8f1f9 (patch) | |
tree | 7577e876dae0a2580f321f3fc9e4da5195cc0168 /MySpace/common.h | |
parent | 2beea6e387b2ea45634f7b11ab33ca60bb9c7bb0 (diff) |
allow for multiple accounts (module name from filename - ala dll copy)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@240 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/common.h')
-rw-r--r-- | MySpace/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/common.h b/MySpace/common.h index 4a4f3de..36a072c 100644 --- a/MySpace/common.h +++ b/MySpace/common.h @@ -61,7 +61,7 @@ #endif
////////////
-#define MODULE "MySpace"
+extern char MODULE[256];
#define CLIENT_VER 673
|