summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-07-31 17:30:01 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-07-31 17:30:01 +0000
commitd2b1030f624fc0b0688972388d68a85a47180476 (patch)
tree3ceb704611d27621c254840d103d10eb5d761c4c /include/m_core.h
parentcd45782fb74301b3806afa796bb6a6ac104817dd (diff)
- 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
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h2
1 files changed, 2 insertions, 0 deletions
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