Menu

#1046 tagVARIANT missing pullVal, pllVal

closed-fixed
nobody
2007-07-02
2007-06-23
Mike
No

OS version: Windows XP Home SP2
gcc version: 3.4.5 (mingw special)
ld version: 2.16.91 20060119
mingw-runtime version: 3.12
w32api version: v3.9

MSDN documentation
"VARIANT and VARIANTARG"
http://msdn2.microsoft.com/en-us/library/ms221627.aspx

oaidl.h line 191 typedef struct tagVARIANT missing these declarations:
LONGLONG * pllVal;
ULONGLONG * pullVal;

Discussion

  • Danny Smith

    Danny Smith - 2007-07-02

    Logged In: YES
    user_id=11494
    Originator: NO

    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.

     
  • Danny Smith

    Danny Smith - 2007-07-02
    • status: open --> closed-fixed
     
  • Danny Smith

    Danny Smith - 2007-07-02

    Logged In: YES
    user_id=11494
    Originator: NO

    Thanks