diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/m_core.h b/include/m_core.h index 086b78cbb7..eafe6a4083 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -533,7 +533,11 @@ MIR_CORE_DLL(BOOL) IsWorkstationLocked(); MIR_CORE_DLL(BOOL) IsScreenSaverRunning();
MIR_CORE_DLL(BOOL) IsTerminalDisconnected();
-MIR_CORE_DLL(BOOL) GetOSDisplayString(wchar_t *buf, size_t bufSize);
+// returns OS version in version of Windows NT xx.xx
+MIR_CORE_DLL(BOOL) OS_GetShortString(char *buf, size_t bufSize);
+
+// returns full OS version
+MIR_CORE_DLL(BOOL) OS_GetDisplayString(char *buf, size_t bufSize);
///////////////////////////////////////////////////////////////////////////////
|