diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-22 15:07:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-22 15:07:00 +0000 |
commit | 83e9c1e2acab87c30807ede38f022e71a697f9e5 (patch) | |
tree | 228c81fd196751b7c614063dec81ee1ec4807fc6 /include/m_core.h | |
parent | 1dad958015778d3486838bf3c93fff1793aa5406 (diff) |
pre-XP headers cleaned
git-svn-id: http://svn.miranda-ng.org/main/trunk@6183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h index e7f7e4f919..93e97b1ba6 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -899,6 +899,11 @@ MIR_CORE_DLL(void) KillModuleSubclassing(HMODULE hInst); ///////////////////////////////////////////////////////////////////////////////
+MIR_CORE_DLL(BOOL) IsWinVerVistaPlus();
+MIR_CORE_DLL(BOOL) IsWinVer7Plus();
+
+///////////////////////////////////////////////////////////////////////////////
+
MIR_CORE_DLL(void) UnloadCoreModule(void);
#if defined(__cplusplus)
|