summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h5
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)