[Patch] msvfw32/tests: Add a few tests for MciWndCreate
5 Jul
5 Jul
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.
1988
Age (days ago)
1989
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Adam -
Dmitry Timoshkov