From d2b1030f624fc0b0688972388d68a85a47180476 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 31 Jul 2015 17:30:01 +0000 Subject: - Windows 10 version detection; - GetOSDisplayString() moved to mir_core.mir; - numerous warning fixes in mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@14765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/m_core.h b/include/m_core.h index fea5e37baf..e812be9e2b 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -640,6 +640,8 @@ MIR_CORE_DLL(BOOL) IsFullScreen(); MIR_CORE_DLL(BOOL) IsWorkstationLocked(); MIR_CORE_DLL(BOOL) IsScreenSaverRunning(); +MIR_CORE_DLL(BOOL) GetOSDisplayString(TCHAR *buf, size_t bufSize); + ///////////////////////////////////////////////////////////////////////////////////////// // retrieves the hLangpack of a plugin by its HINSTANCE // returns hLangpack if found, or 0 if error occurred -- cgit v1.2.3