On 09/03/2008, Louis. Lenders xerox_xerox2000@yahoo.co.uk wrote:
Hi, this fixes crash in DietPower: http://bugs.winehq.org/show_bug.cgi?id=10102
+@ stdcall GetOleaccVersionInfo(long long)
Since both these arguments are DWORD*, they need to be ptr, not long.
- Reece
On 09/03/2008, Reece Dunn msclrhd@googlemail.com wrote:
On 09/03/2008, Louis. Lenders xerox_xerox2000@yahoo.co.uk wrote:
Hi, this fixes crash in DietPower: http://bugs.winehq.org/show_bug.cgi?id=10102
+@ stdcall GetOleaccVersionInfo(long long)
Since both these arguments are DWORD*, they need to be ptr, not long.
Sorry for spamming wine-patches. I hit Reply to all without checking the CC list.
- Reece