Menu

#806 Missing def for TT_PRIM_CSPLINE

closed-fixed
nobody
2005-07-20
2005-07-20
Bob Jamison
No

In wingdi.h, there is a missing #define for
TT_PRIM_CSPLINE. I suppose it is a relatively redent
definition. It should be at line 1121:

#define TT_POLYGON_TYPE 24
#define TT_PRIM_LINE 1
#define TT_PRIM_QSPLINE 2
#define TT_PRIM_CSPLINE 3

A trivial one-line patch is below. Thanks! ^^

Discussion

  • Bob Jamison

    Bob Jamison - 2005-07-20

    Simple patch to add #def for TT_PRIM_CSPLINE

     
  • Bob Jamison

    Bob Jamison - 2005-07-20

    Logged In: YES
    user_id=427063

    "recent" .. Can't spell today.

     
  • Danny Smith

    Danny Smith - 2005-07-20
    • status: open --> closed-fixed
     
  • Danny Smith

    Danny Smith - 2005-07-20

    Logged In: YES
    user_id=11494

    The problem you report has caused modification in some fashion in the official CVS for the given package. The w32api and
    mingw-runtime official CVS reside in the winsup CVS directory tree for Cygwin. Those package CVS trees are periodically
    merged into the MinGW CVS tree. If you still find problems then please open a new report.

     
  • Bob Jamison

    Bob Jamison - 2005-07-21

    Logged In: YES
    user_id=427063

    Thanks. This would fix a problem for Cairo, a recent
    inability to compile on MinGW, because of that missing symbol.