"Thomas Weidenmueller" wine-patches@reactsoft.com wrote:
The parameter of RpcMgmtSetServerStackSize needs to be unsigned long, not unsigned int.
Then it should be changed to 'ULONG' or 'unsigned LONG' for compatibility with Win64.
Dmitry Timoshkov wrote:
Then it should be changed to 'ULONG' or 'unsigned LONG' for compatibility with Win64.
It's also defined as "unsigned long" in the PSDK headers, not ULONG/unsigned LONG.
- Thomas
"Thomas Weidenmueller" thomas@reactsoft.com wrote:
It's also defined as "unsigned long" in the PSDK headers, not ULONG/unsigned LONG.
The problem is that 'long' is 32-bit in Win64 while in 64-bit Linux it's 64-bit.