This is the mail archive of the cygwin@sources.redhat.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]

Typo in winuser.h


Hi,

the patch below fixes a typo in winuser.h.

- Axel
 

*** winuser.h   Sat Aug  5 06:27:11 2000
--- winuser_correct.h   Tue Aug  8 14:24:34 2000
***************
*** 1948,1954 ****
        WPARAM wParam;
        UINT message;
        HWND hwnd;
! } CWPSTRUCT,*PWCWPSTRUCT;
  typedef struct tagDEBUGHOOKINFO {
        DWORD idThread;
        DWORD idThreadInstaller;
--- 1948,1954 ----
        WPARAM wParam;
        UINT message;
        HWND hwnd;
! } CWPSTRUCT,*PCWPSTRUCT;
  typedef struct tagDEBUGHOOKINFO {
        DWORD idThread;
        DWORD idThreadInstaller;


=======================================================================
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                       mailto: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]