Still, I agree that we are in a somewhat of a fix here. How about if we do it this way:
Define IDC_ARROWn as 32512
Define IDC_ARROW as MAKEINTRESOURCE(IDC_ARROWn)
This way, you will still get the error, you are still prohibited from using an unqualified version. From within the Wine sources, you can just do MAKEINTRESOURCEA(IDC_ARROWn).
but IDC_ARROWn won't be defined in MS headers... so wine source won't compile with MS headers

thus, this either boils down to defining the IDC_ARROW[AW] in a wine specific header

A+

--
Eric Pouech




Reply via email to