Re: [rpcrt4] Fix RpcMgmtSetServerStackSize prototype
Sept. 27, 2006
7:48 a.m.
"Thomas Weidenmueller" <wine-patches(a)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.
10:01 a.m.
New subject: [rpcrt4] Fix RpcMgmtSetServerStackSize prototype
"Thomas Weidenmueller" <thomas(a)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. -- Dmitry.
7121
Age (days ago)
7121
Last active (days ago)
2 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Thomas Weidenmueller