5 Jul
2020
5 Jul
'20
8:40 a.m.
David Adam <david.adam.cnrs(a)gmail.com> wrote:
+ default_style = WS_OVERLAPPEDWINDOW | WS_VISIBLE | WS_BORDER | WS_CHILD | always_set_style;
WS_OVERLAPPEDWINDOW is a macro that includes many other window styles, please don't use it and test other used styles explicitly. -- Dmitry.