[PATCH] fix winuser.h typo

Chris Faylor cgf@cygnus.com
Tue Aug 8 07:29:00 GMT 2000


Tue Aug  8 10:25:14 2000  Christopher Faylor <cgf@cygnus.com>

	* include/winuser.h: Correct PCWPSTRUCT typo.
	(discovered by Axel Riese)

Index: include/winuser.h
===================================================================
RCS file: /cvs/src/src/winsup/w32api/include/winuser.h,v
retrieving revision 1.2
diff -u -p -r1.2 winuser.h
--- winuser.h	2000/04/25 19:13:51	1.2
+++ winuser.h	2000/08/08 14:26:39
@@ -1948,7 +1948,7 @@ typedef struct tagCWPSTRUCT {
 	WPARAM wParam;
 	UINT message;
 	HWND hwnd;
-} CWPSTRUCT,*PWCWPSTRUCT;
+} CWPSTRUCT,*PCWPSTRUCT;
 typedef struct tagDEBUGHOOKINFO {
 	DWORD idThread;
 	DWORD idThreadInstaller;


More information about the Cygwin-patches mailing list