On Thu, Sep 2, 2010 at 10:17 AM, Alexandre Julliard julliard@winehq.org wrote:
Octavian Voicu octavian.voicu@gmail.com writes:
If this is not the correct approach, can you suggest a better one? I definitely need a constant like MCI_INTEGER3264 to replace all the MCI_INTEGERs in MCI_STATUS return type (adding one #ifdef for each status command would be overkill imho).
You can add the #define at the top of the .rc files that need it.
OK, I've resent the patch as try 3 with only the MCI_INTEGER64 part.
Octavian