Re: winuser.h : remove a fixme and "add" some things

2004-11-06 Thread Dmitry Timoshkov
"Rémi Assailly" <[EMAIL PROTECTED]> wrote: > Excuse me, > I did not want to write that ULONG_PTR is 32 in Win32 _and_ Win64, but I > wanted to write that ULONG_PTR and DWORD were the same. I was wrong here > : DWORD is always 32bits, no ? Right, DWORD is a 32-bit entity in both Win32 and Win64.

Re: winuser.h : remove a fixme and "add" some things

2004-11-06 Thread Dmitry Timoshkov
"Rémi Assailly" <[EMAIL PROTECTED]> wrote: > There were a fixme warning us that a structure were not sure ( line 1898 ). > I checked it and it seems correct. The only differences I found are : > - ULONG_PTR dwItemData instead of DWORD dwItemData which is the same > thing with win32 and also win64