Ignore:
Timestamp:
Sep 18, 1999, 7:47:10 PM (26 years ago)
Author:
sandervl
Message:

Changes for LX image resource support

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:07 sandervl Exp $ */
     1/* $Id: winimagebase.cpp,v 1.2 1999-09-18 17:47:10 sandervl Exp $ */
    22
    33/*
     
    4343    errorState(NO_ERROR), entryPoint(0), fullpath(NULL),
    4444    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)
    4647{
    4748#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.