Ignore:
Timestamp:
Apr 26, 2001, 9:23:49 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r4124 r5598  
    1 /* $Id: winerror.h,v 1.9 2000-08-30 13:56:38 sandervl Exp $ */
     1/* $Id: winerror.h,v 1.10 2001-04-26 19:23:33 sandervl Exp $ */
    22#ifndef __WINE_WINERROR_H
    33#define __WINE_WINERROR_H
     
    817817
    818818/* registry errors */
    819 #define REGDB_E_READREGDB               0x80040150
    820 #define REGDB_E_CLASSNOTREG             0x80040154
     819#define REGDB_S_FIRST                                      0x00040150L
     820#define REGDB_S_LAST                                       0x0004015FL
     821
     822#define REGDB_E_FIRST                                      0x80040150L
     823#define REGDB_E_READREGDB                                  0x80040150L
     824#define REGDB_E_WRITEREGDB                                 0x80040151L
     825#define REGDB_E_KEYMISSING                                 0x80040152L
     826#define REGDB_E_INVALIDVALUE                               0x80040153L
     827#define REGDB_E_CLASSNOTREG                                0x80040154L
     828#define REGDB_E_IIDNOTREG                                  0x80040155L
     829#define REGDB_E_LAST                                       0x8004015FL
    821830
    822831#define INPLACE_E_NOTUNDOABLE           0x800401A0
Note: See TracChangeset for help on using the changeset viewer.