mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
This is similar to WinStruct<> but initializes dwSize and not cbSize struct member. In the future we should auto-detect the xxSize existence in WinStruct using either SFINAE or, preferably, concepts, but for now keep things simple.