On Monday, 7 September 2015 at 17:59:43 UTC, Adam D. Ruppe wrote:
On Monday, 7 September 2015 at 17:44:54 UTC, Prudence wrote:
const WM_* -> add to enum WM;
else WM_* -> WM.*

I'm against that. The documentation all says WM_* and we shouldn't muck with it.


huh?
Are you saying you don't like to use

WM.Create

because it is confusing and hard for you to understand over

WM_Create?

Did you do a lot of win32 programming back in the day?


Reply via email to