Changeset 978 for trunk/src/kernel32/winimagebase.cpp
- Timestamp:
- Sep 18, 1999, 7:47:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagebase.cpp
r956 r978 1 /* $Id: winimagebase.cpp,v 1. 1 1999-09-15 23:39:07sandervl Exp $ */1 /* $Id: winimagebase.cpp,v 1.2 1999-09-18 17:47:10 sandervl Exp $ */ 2 2 3 3 /* … … 43 43 errorState(NO_ERROR), entryPoint(0), fullpath(NULL), 44 44 tlsAddress(0), tlsIndexAddr(0), tlsInitSize(0), tlsTotalSize(0), 45 tlsCallBackAddr(0), tlsIndex(-1), winres(NULL) 45 tlsCallBackAddr(0), tlsIndex(-1), winres(NULL), pResDir(NULL), 46 pResourceSectionStart(0) 46 47 { 47 48 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.