Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <200001181440.PAA05982@andromeda.risc.uni-linz.ac.at> Subject: Fixes for Win32 API headers To: cygwin AT sourceware DOT cygnus DOT com (Cygnus Mailing List) Date: Tue, 18 Jan 2000 15:40:25 +0100 (MET) From: "Axel Riese" X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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