Changeset 1286


Ignore:
Timestamp:
Oct 14, 1999, 2:29:15 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1285 r1286  
    1  /* $Id: changelog,v 1.318 1999-10-14 09:58:37 sandervl Exp $ */
     1 /* $Id: changelog,v 1.319 1999-10-14 12:28:35 sandervl Exp $ */
    22
    33 99-10-14: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
     
    4444                    Fixed console initalization for pe loader apps.
    4545                    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)
    4649
    4750 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:51 sandervl Exp $ */
     1/* $Id: thread.h,v 1.7 1999-10-14 12:29:15 sandervl Exp $ */
    22
    33/*
     
    105105    ULONG          hab;            // Thread Anchor block
    106106    BOOL           fMsgTranslated; // TranslateMessage called for this message?
     107    ULONG          newWindow;      // Pointer to window object of window that was just created
    107108#endif
    108109} THDB;
Note: See TracChangeset for help on using the changeset viewer.