commit | ddea38d73616cd75574ec421131fad08ee1e7499 | [log] [tgz] |
---|---|---|
author | John Richardson <jrichard@zealand.mv.com> | Sun Nov 01 16:51:10 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Nov 01 16:51:10 1998 +0000 |
tree | 8fde43be89b23c911397ac7d0d23047adc98c1e9 | |
parent | 82617362a5518bfd073b656b6911574cf7f0453d [diff] [blame] |
Implementation of InprocServer32 CoGetClassObject.
diff --git a/include/winerror.h b/include/winerror.h index 309617c..429ba2c 100644 --- a/include/winerror.h +++ b/include/winerror.h
@@ -169,4 +169,9 @@ /* Obtained from lcc-win32 include files */ #define GDI_ERROR 0xffffffff + +/* registry errors */ +#define REGDB_E_READREGDB 0x80040150 +#define REGDB_E_CLASSNOTREG 0x80040154 + #endif /* __WINE_WINERROR_H */