3 Mar
2005
3 Mar
'05
11:42 a.m.
Ulrich Czekalla <ulrich.czekalla(a)utoronto.ca> writes:
const static WCHAR szStatic[] = { 'S','t','a','t','i','c',0 }; +const static WCHAR szButton[] = { 'B','U','T','T','O','N', 0 }; + +const static WCHAR szButtonData = { 0 };
Did you really intend to use an empty string here for the button property? That doesn't seem right; though if you really need to redefine the winproc it would be much cleaner IMO to define a proper window class. -- Alexandre Julliard julliard(a)winehq.org
7590
Age (days ago)
7590
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard