This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fixes for Win32 API headers


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.Riese@risc.uni-linz.ac.at
Austria              http://www.risc.uni-linz.ac.at/people/ariese/home/
=======================================================================

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]