Changeset 1286
- Timestamp:
- Oct 14, 1999, 2:29:15 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
include/win/thread.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1285 r1286 1 /* $Id: changelog,v 1.31 8 1999-10-14 09:58:37sandervl Exp $ */1 /* $Id: changelog,v 1.319 1999-10-14 12:28:35 sandervl Exp $ */ 2 2 3 3 99-10-14: knut st. osmundsen <knut.stange.osmundsen@pmsc.no> … … 44 44 Fixed console initalization for pe loader apps. 45 45 Fixed SetWin32TIB. Return current FS selector for Odin32 apps. 46 Removed generic.exe fix in OS2UnsetExceptionHandler. 47 (creates problems when loading multiple PE dlls with pe loader 48 and generic.exe still works fine now) 46 49 47 50 99-10-13: Patrick Haller <phaller@gmx.net> -
trunk/include/win/thread.h
r1067 r1286 1 /* $Id: thread.h,v 1. 6 1999-09-26 22:24:51sandervl Exp $ */1 /* $Id: thread.h,v 1.7 1999-10-14 12:29:15 sandervl Exp $ */ 2 2 3 3 /* … … 105 105 ULONG hab; // Thread Anchor block 106 106 BOOL fMsgTranslated; // TranslateMessage called for this message? 107 ULONG newWindow; // Pointer to window object of window that was just created 107 108 #endif 108 109 } THDB;
Note:
See TracChangeset
for help on using the changeset viewer.
