Re: shell32: fix folder icon index when read from registry

2006-01-09 Thread Dmitry Timoshkov
"Martin Fuchs" <[EMAIL PROTECTED]> 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 pla

Re: shell32: fix folder icon index when read from registry

2006-01-08 Thread Martin Fuchs
On 07.01.2006 17:52:04 Vitaliy Margolen wrote: > Saturday, January 7, 2006, 9:30:34 AM, Martin Fuchs wrote: > > Changelog: > > - fix folder icon index when read from registry > > - change "DWORD dwNr" into "int icon_idx" at several places > Any reason you using int* instead of LPINT? What's better

Re: shell32: fix folder icon index when read from registry

2006-01-07 Thread Vitaliy Margolen
Saturday, January 7, 2006, 9:30:34 AM, Martin Fuchs wrote: > Changelog: > - fix folder icon index when read from registry > - change "DWORD dwNr" into "int icon_idx" at several places Any reason you using int* instead of LPINT? > Index: shell32_main.h > ===

Re: shell32: fix folder icon index when read from registry

2006-01-06 Thread Alexandre Julliard
"Martin Fuchs" <[EMAIL PROTECTED]> writes: > Any thing wrong with this patch? Well, yes, you noted it yourself: >> +DWORD dwNr; /*TODO: change to int type */ -- Alexandre Julliard [EMAIL PROTECTED]

Re: shell32: fix folder icon index when read from registry

2006-01-06 Thread Martin Fuchs
Any thing wrong with this patch? On 31.12.2005 21:31:25 Martin Fuchs wrote: > Changelog: > fix folder icon index when read from registry > Index: folders.c > === > RCS file: /home/wine/wine/dlls/shell32/folders.c,v > retrieving revi