Ignore:
Timestamp:
Mar 18, 2000, 6:03:34 PM (25 years ago)
Author:
davidr
Message:

Added CONVERT10_E_* constants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winerror.h

    r1631 r3157  
    1 /* $Id: winerror.h,v 1.4 1999-11-08 13:46:45 sandervl Exp $ */
     1/* $Id: winerror.h,v 1.5 2000-03-18 17:03:34 davidr Exp $ */
    22#ifndef __WINE_WINERROR_H
    33#define __WINE_WINERROR_H
     
    798798#define OLEOBJ_S_INVALIDVERB            0x00040180L
    799799
     800#define CONVERT10_E_OLESTREAM_GET        0x800401C0
     801#define CONVERT10_E_OLESTREAM_PUT        0x800401C1
     802#define CONVERT10_E_OLESTREAM_FMT        0x800401C2
     803#define CONVERT10_E_OLESTREAM_BITMAP_TO_DIB 0x800401C3
     804#define CONVERT10_E_STG_FMT              0x800401C4
     805#define CONVERT10_E_STG_NO_STD_STREAM    0x800401C5
     806#define CONVERT10_E_STG_DIB_TO_BITMAP    0x800401C6
     807
    800808#endif  /* __WINE_WINERROR_H */
Note: See TracChangeset for help on using the changeset viewer.