Ignore:
Timestamp:
Jan 13, 2003, 5:51:40 PM (23 years ago)
Author:
sandervl
Message:

Don't allocate selectors anymore. Allocate tiled memory and call Dos32FlatToSel; Get default stack size from PE header; Thread handles not closed properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winexebase.h

    r4244 r9667  
    1 /* $Id: winexebase.h,v 1.3 2000-09-12 19:01:59 sandervl Exp $ */
     1/* $Id: winexebase.h,v 1.4 2003-01-13 16:51:40 sandervl Exp $ */
    22
    33/*
     
    2929
    3030virtual BOOL  isDll();
     31
     32virtual ULONG  getDefaultStackSize();
    3133       
    3234protected:
Note: See TracChangeset for help on using the changeset viewer.