Re: patches and more

2007-02-17 Thread Dmitry Timoshkov
"Robert Shearman" <[EMAIL PROTECTED]> wrote: this one should be added to windows.h (maybe it's not the best place for it, but it works): #define stricmp strcasecmp This define is not present in the Platform SDK. It is a by-product of using glibc instead of msvcrt as your C library. If you us

Re: patches and more

2007-02-17 Thread Robert Shearman
David Saez Padros wrote: This line should be added to commctrl.h: #define ListView_GetOrigin(hwndLV, ppt) \ (BOOL)SNDMSG((hwndLV), LVM_GETORIGIN, (WPARAM)0, (LPARAM)ppt) I've submitted a patch for this. this one should be added to windows.h (maybe it's not the best place for it, but it w