diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-25 01:52:45 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-25 01:52:45 +0300 |
commit | b06316ffd29888f749d927577e15ced4945cc5d0 (patch) | |
tree | 89b8be7d2a79268128d335a9cc3337c1383ed9d7 /init.cpp | |
parent | 1d69a5d7728ddb03ef5e6f29de762d4eb5fc6256 (diff) |
modified: init.cpp
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) }
- bIsMiranda09 = (DWORD)CallService(MS_SYSTEM_GETVERSION, 0, 0) >= 0x00090100?true:false;
+ bIsMiranda09 = (DWORD)CallService(MS_SYSTEM_GETVERSION, 0, 0) >= 0x00090001?true:false;
bMetaContacts = ServiceExists(MS_MC_GETMETACONTACT);
if(bJabberAPI && bIsMiranda09)
|