On Friday, May 21, 2010 11:59:40 am Michael Stefaniuc wrote:
mpg123_getformat() is a host native lib aka a unix lib thus expects a "unix long". A "unix long" translates to LONG_PTR in Wine. My patch is actually a no-op.
The lib is also available for Windows, and AFAIK there's no reason winemp3.acm can't otherwise be built for Win64. I don't really know what Wine's policy is for what modules should be compatible for Windows builds, though.