Mail Archives: cygwin/2000/01/18/09:36:51
Hi !
Whoever maintains the Win32 headers coming with the
snapshots, this might concern you:
The diffs below fix a (nasty) typo and a missing
function in commctrl.h and shellapi.h, respectively.
Hope this helps,
Axel
*** commctrl.h Sun Jan 16 08:32:48 2000
--- commctrl_correct.h Sun Jan 16 08:32:06 2000
***************
*** 1993,1997 ****
#define LVM_INSERTITEM LVM_INSERTITEMA
#define LV_FINDINFO LV_FINDINFOA
! #define LVM_FINDITEM LVM_FINDITEMW
#define LVM_GETSTRINGWIDTH LVM_GETSTRINGWIDTHA
#define LVM_EDITLABEL LVM_EDITLABELA
--- 1993,1997 ----
#define LVM_INSERTITEM LVM_INSERTITEMA
#define LV_FINDINFO LV_FINDINFOA
! #define LVM_FINDITEM LVM_FINDITEMA
#define LVM_GETSTRINGWIDTH LVM_GETSTRINGWIDTHA
#define LVM_EDITLABEL LVM_EDITLABELA
*** shellapi.h Fri Jan 14 06:38:20 2000
--- shellapi_correct.h Tue Jan 11 16:46:58 2000
***************
*** 228,231 ****
--- 228,232 ----
#define ShellExecuteEx ShellExecuteExW
#define SHFileOperation SHFileOperationW
+ #define SHGetFileInfo SHGetFileInfoW
#else
typedef NOTIFYICONDATAA NOTIFYICONDATA,*PNOTIFYICONDATA;
***************
*** 243,246 ****
--- 244,248 ----
#define ShellExecuteEx ShellExecuteExA
#define SHFileOperation SHFileOperationA
+ #define SHGetFileInfo SHGetFileInfoA
#endif
#ifdef __cplusplus
=======================================================================
Axel Riese
Research Institute for Symbolic Computation
J. Kepler University Linz Tel: +43 (0)732 2468 9939
Altenbergerstrasse 69 Fax: +43 (0)732 2468 9930
A-4040 Linz e-Mail: Axel DOT Riese AT risc DOT uni-linz DOT ac DOT at
Austria http://www.risc.uni-linz.ac.at/people/ariese/home/
=======================================================================
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -