commit | ec85c6be75ba253638184a39922ea27c3c51a260 | [log] [tgz] |
---|---|---|
author | Juergen Schmied <juergen.schmied@debitel.net> | Thu Aug 03 04:34:59 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 03 04:34:59 2000 +0000 |
tree | 89fc466ca8510a9f6c56aabeb46c50ce3522fb34 | |
parent | 9d3f93d9654f9e41a330c4c1abeb1950fa91aec6 [diff] [blame] |
Implemented the ErrorInfo interfaces.
diff --git a/include/thread.h b/include/thread.h index f0406864..c120025 100644 --- a/include/thread.h +++ b/include/thread.h
@@ -107,7 +107,7 @@ DWORD pad8[3]; /* --n f10 */ PVOID ReservedForNtRpc; /* -2- f1c used by rpcrt4 */ DWORD pad9[24]; /* --n f20 */ - PVOID ReservedForOle; /* -2- f80 used by ole32 (IErrorInfo*) */ + PVOID ErrorInfo; /* -2- f80 used by ole32 (IErrorInfo*) */ } TEB; /* Thread exception flags */