Changeset 9667 for trunk/src/kernel32/winexebase.cpp
- Timestamp:
- Jan 13, 2003, 5:51:40 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexebase.cpp
r9533 r9667 1 /* $Id: winexebase.cpp,v 1.2 1 2002-12-20 10:38:57sandervl Exp $ */1 /* $Id: winexebase.cpp,v 1.22 2003-01-13 16:51:40 sandervl Exp $ */ 2 2 3 3 /* … … 123 123 } 124 124 //****************************************************************************** 125 //Default stack size is 1MB; the PE loader reads it from the executable header 126 //****************************************************************************** 127 ULONG Win32ExeBase::getDefaultStackSize() 128 { 129 return 0x100000; 130 } 131 //****************************************************************************** 125 132 //****************************************************************************** 126 133 BOOL Win32ExeBase::isDll() 127 134 { 128 return FALSE;135 return FALSE; 129 136 } 130 137 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.