Fixed typo error.... now with attachement...

Juraj Hercek juraj at syncad.com
Sun Sep 15 13:23:56 CDT 2002


I'm just crazy... Sorry.
============================================================
ChangeLog:
 Juraj Hercek <juraj at syncad.com>
 - fixed typo error in CMYK definition in wingdi.h (COLOREF -> COLORREF)
 - added tags to structures in winbase.h (_OFSTRUCT, _FILETIME, ...)



-------------- next part --------------
? patch.diff
Index: winbase.h
===================================================================
RCS file: /home/wine/wine/include/winbase.h,v
retrieving revision 1.156
diff -r1.156 winbase.h
142c142
< typedef struct
---
> typedef struct _OFSTRUCT
205c205
< typedef struct
---
> typedef struct _FILETIME
218c218
< typedef struct
---
> typedef struct _WIN32_FIND_DATAA
232c232
< typedef struct
---
> typedef struct _WIN32_FIND_DATAW
264c264
< typedef struct
---
> typedef struct _PROCESS_HEAP_ENTRY
458c458
< typedef struct {
---
> typedef struct _SYSTEMTIME{
496c496
< typedef struct {
---
> typedef struct _STARTUPINFOA{
517c517
< typedef struct {
---
> typedef struct _STARTUPINFOW{
541c541
< typedef struct {
---
> typedef struct _PROCESS_INFORMATION{
548c548
< typedef struct {
---
> typedef struct _TIME_ZONE_INFORMATION{
615c615
< typedef struct
---
> typedef struct _BY_HANDLE_FILE_INFORMATION
Index: wingdi.h
===================================================================
RCS file: /home/wine/wine/include/wingdi.h,v
retrieving revision 1.75
diff -r1.75 wingdi.h
430c430
< #define CMYK(c,m,y,k)       ((COLOREF)((((BYTE)(k)|((WORD)((BYTE)(y))<<8))|(((DWORD)(BYTE)(m))<<16))|(((DWORD)(BYTE)(c))<<24)))
---
> #define CMYK(c,m,y,k)       ((COLORREF)((((BYTE)(k)|((WORD)((BYTE)(y))<<8))|(((DWORD)(BYTE)(m))<<16))|(((DWORD)(BYTE)(c))<<24)))


More information about the wine-patches mailing list