shell32: fix folder icon index when read from registry

Dmitry Timoshkov dmitry at baikal.ru
Mon Jan 9 02:23:00 CST 2006


"Martin Fuchs" <martin-fuchs at gmx.net> wrote:

>> Any reason you using int* instead of LPINT?
> 
> What's better when using LPINT? This are all internal functions and
> not exported from shell32.dll.

'INT' has the same size on all platforms and with all compilers in both
win32 and win64, while 'int' is platform/compiler dependent and is 32-bit
or 64-bit entity depending on the platform.

-- 
Dmitry.




More information about the wine-devel mailing list