Mercurial > p > dcplusplus > code
changeset 3997:91d4a1ea9e14
update explanatory comment regarding LM_GETIDEALSIZE
author | cologic <cologic@users.sourceforge.net> |
---|---|
date | Thu, 09 May 2024 00:28:41 +0000 |
parents | f39a89c15925 |
children | 72ef46acdc00 |
files | dwt/include/dwt/WindowsHeaders.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dwt/include/dwt/WindowsHeaders.h Sun May 05 14:41:20 2024 +0200 +++ b/dwt/include/dwt/WindowsHeaders.h Thu May 09 00:28:41 2024 +0000 @@ -1,7 +1,7 @@ /* DC++ Widget Toolkit - Copyright (c) 2007-2023, Jacek Sieka + Copyright (c) 2007-2024, Jacek Sieka SmartWin++ @@ -80,7 +80,7 @@ // Other quirks -// LM_GETIDEALSIZE is a >=Vista message; we check the OS version before using it. +// as of 2024-05-09, Debian sid's mingw-w64 does not define LM_GETIDEALSIZE #ifndef LM_GETIDEALSIZE #define LM_GETIDEALSIZE LM_GETIDEALHEIGHT #endif