Hi Octavian,
On 9/1/10 7:45 PM, Octavian Voicu wrote:
MCI_INTEGER64 is only defined for _WIN64 in DDK.
MCI_INTEGER3264 is wine specific and will be needed because MCI_STATUS return type is MCI_INTEGER64 in 64-bit winmm.dll, and MCI_INTEGER in 32-bit winmm.dll.
That's not a reason to add Wine-specific defines in public header.
Jacek