commit | bcd0eda68701150fa98624d8b10fb1a221c7273a | [log] [tgz] |
---|---|---|
author | Evan Stade <estade@gmail.com> | Thu Jul 12 19:42:47 2007 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jul 13 12:30:11 2007 +0200 |
tree | 481040874867f40db8d486796a38530c70311ad8 | |
parent | 929be934110c9385f29d6ec7c73bb5201a90893d [diff] [blame] |
gdiplus: Added GdipSetPenLineJoin.
diff --git a/include/gdiplusgpstubs.h b/include/gdiplusgpstubs.h index 5c02268..b3962aa 100644 --- a/include/gdiplusgpstubs.h +++ b/include/gdiplusgpstubs.h
@@ -47,5 +47,6 @@ typedef PathData GpPathData; typedef LineCap GpLineCap; typedef RectF GpRectF; +typedef LineJoin GpLineJoin; #endif