public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Fixes for Win32 API headers
@ 2000-01-18  6:40 Axel Riese
  2000-01-18 10:48 ` Mumit Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Riese @ 2000-01-18  6:40 UTC (permalink / raw)
  To: Cygnus Mailing List

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fixes for Win32 API headers
  2000-01-18  6:40 Fixes for Win32 API headers Axel Riese
@ 2000-01-18 10:48 ` Mumit Khan
  0 siblings, 0 replies; 2+ messages in thread
From: Mumit Khan @ 2000-01-18 10:48 UTC (permalink / raw)
  To: Axel Riese; +Cc: Cygnus Mailing List

"Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at> writes:
> 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.

Thanks for the patches.  I'll get those in.

Regards,
Mumit


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-01-18 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-18  6:40 Fixes for Win32 API headers Axel Riese
2000-01-18 10:48 ` Mumit Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).