Backends: Win32: Support for #define NOGDI, won't try to call GetDeviceCaps(). (#3137, #2327)

This commit is contained in:
omar
2020-04-19 17:52:09 +02:00
parent 388bf66247
commit 37f665b619
2 changed files with 4 additions and 1 deletions

View File

@ -43,6 +43,7 @@ Other Changes:
flag was also set, and _OpenOnArrow is frequently set along with _OpenOnDoubleClick).
- TreeNode: Fixed bug where dragging a payload over a TreeNode() with either _OpenOnDoubleClick
or _OpenOnArrow would open the node. (#143)
- Backends: Win32: Support for #define NOGDI, won't try to call GetDeviceCaps(). (#3137, #2327)
-----------------------------------------------------------------------