Ignore:
Timestamp:
Aug 17, 1999, 7:04:52 PM (26 years ago)
Author:
sandervl
Message:

Compilation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimgres.cpp

    r529 r532  
    1 /* $Id: winimgres.cpp,v 1.6 1999-08-17 16:35:11 phaller Exp $ */
    2 
    3 /*
    4  *
    5  * Project Odin Software License can be found in LICENSE.TXT
    6  *
    7  */
     1/* $Id: winimgres.cpp,v 1.7 1999-08-17 17:04:52 sandervl Exp $ */
     2
    83/*
    94 * Win32 PE Image class (resource methods)
    105 *
    116 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
     7 *
     8 *
     9 * Project Odin Software License can be found in LICENSE.TXT
    1210 *
    1311 */
     
    160158        unicodestr += *unicodestr;
    161159    }
    162 
    163160    res = new Win32Resource(this, id, NTRT_STRING, (ULONG)*unicodestr, (char *)unicodestr);
    164161    if(res == NULL) {
     
    167164    }
    168165  }
    169   else
    170     res = new Win32Resource(this, id, type, pData->Size, resdata);
     166  else  res = new Win32Resource(this, id, type, pData->Size, resdata);
    171167
    172168  return res;
Note: See TracChangeset for help on using the changeset viewer.