commit | aaa830698cf65d500c05fa79a00d562c0ffe605d | [log] [tgz] |
---|---|---|
author | Paul Quinn <paulq@corel.ca> | Sat Jun 05 15:23:20 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 05 15:23:20 1999 +0000 |
tree | a14bfb4237b975e6a6c54c253e0d823c83f24d62 | |
parent | 18d3ad837c1380e31247024691e260ade063b695 [diff] [blame] |
Some non-threatening fixes to some headers, as well as some casting changes that make winelib more win32 code compatible.
diff --git a/include/wingdi.h b/include/wingdi.h index 66af681..38414e9 100644 --- a/include/wingdi.h +++ b/include/wingdi.h
@@ -1343,7 +1343,7 @@ WORD palVersion; WORD palNumEntries; PALETTEENTRY palPalEntry[1]; -} LOGPALETTE, *PLOGPALETTE, *LPLOGPALETTE; +} LOGPALETTE, *PLOGPALETTE, *LPLOGPALETTE, *NPLOGPALETTE; /* Pens */