You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use CreateWindowExW to create some buttons and was getting errors about the class name. Using the L() function on the string made it work, WC_BUTTONW and other window class wide strings should probably use L() by default.
I was trying to use
CreateWindowExWto create some buttons and was getting errors about the class name. Using theL()function on the string made it work,WC_BUTTONWand other window class wide strings should probably useL()by default.