diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-06-28 13:16:21 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-06-28 13:16:21 +0300 |
| commit | 603e8738b37583473102f0964c826678d790d764 (patch) | |
| tree | d54b3e4473de5607fb9901b331e8d55ba7ee50c3 /include | |
| parent | d73824121408b3386f990246c9e06682b711492a (diff) | |
Wine fix for menu icons
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h index a9f7f4d252..2366a2fa85 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -544,6 +544,7 @@ MIR_CORE_DLL(BOOL) IsWinVer7Plus(); MIR_CORE_DLL(BOOL) IsWinVer8Plus();
MIR_CORE_DLL(BOOL) IsWinVer81Plus();
MIR_CORE_DLL(BOOL) IsWinVer10Plus();
+MIR_CORE_DLL(BOOL) IsWine();
MIR_CORE_DLL(BOOL) IsFullScreen();
MIR_CORE_DLL(BOOL) IsWorkstationLocked();
|
