Ignore:
Timestamp:
Mar 21, 2000, 1:26:45 AM (25 years ago)
Author:
davidr
Message:

Added OLE_S_STATIC

File:
1 edited

Legend:

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

    r3157 r3174  
    1 /* $Id: winerror.h,v 1.5 2000-03-18 17:03:34 davidr Exp $ */
     1/* $Id: winerror.h,v 1.6 2000-03-21 00:26:45 davidr Exp $ */
    22#ifndef __WINE_WINERROR_H
    33#define __WINE_WINERROR_H
     
    791791#define CLASS_E_NOTLICENSED             (CLASSFACTORY_E_FIRST+2)
    792792#define CLASS_E_NOAGGREGATION           0x80040110
    793 #define CLASS_E_CLASSNOTAVAILABLE             0x80040111
     793#define CLASS_E_CLASSNOTAVAILABLE       0x80040111
     794
     795#define OLE_S_STATIC                    0x00040001
    794796
    795797
     
    798800#define OLEOBJ_S_INVALIDVERB            0x00040180L
    799801
    800 #define CONVERT10_E_OLESTREAM_GET        0x800401C0
    801 #define CONVERT10_E_OLESTREAM_PUT        0x800401C1
    802 #define CONVERT10_E_OLESTREAM_FMT        0x800401C2
     802#define CONVERT10_E_OLESTREAM_GET       0x800401C0
     803#define CONVERT10_E_OLESTREAM_PUT       0x800401C1
     804#define CONVERT10_E_OLESTREAM_FMT       0x800401C2
    803805#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
     806#define CONVERT10_E_STG_FMT             0x800401C4
     807#define CONVERT10_E_STG_NO_STD_STREAM   0x800401C5
     808#define CONVERT10_E_STG_DIB_TO_BITMAP   0x800401C6
    807809
    808810#endif  /* __WINE_WINERROR_H */
Note: See TracChangeset for help on using the changeset viewer.