diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-16 08:49:24 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-16 08:49:24 +0200 |
commit | 6cf18be1f2a73e501cf855de4db7dd57a52581d5 (patch) | |
tree | 47bcde1bf26b06895df37a2fcad1882e7a732bb9 /init.cpp | |
parent | f08961f1a4193c49353e8610d557c07c50f6fb67 (diff) |
checking for core version and jabber api
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,6 +160,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) void InitCheck(); void FirstRun(); + bIsMiranda09 = (DWORD)CallService(MS_SYSTEM_GETVERSION, 0, 0) >= 0x00090001?true:false; FirstRun(); InitCheck(); InitIconLib(); @@ -185,7 +186,6 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) } - bIsMiranda09 = (DWORD)CallService(MS_SYSTEM_GETVERSION, 0, 0) >= 0x00090001?true:false; bMetaContacts = ServiceExists(MS_MC_GETMETACONTACT); if(bJabberAPI && bIsMiranda09) |