Ignore:
Timestamp:
Feb 3, 2002, 2:16:23 PM (24 years ago)
Author:
sandervl
Message:

added dummy exe class

File:
1 edited

Legend:

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

    r7075 r7797  
    1 /* $Id: winimagelx.cpp,v 1.13 2001-10-16 11:39:39 sandervl Exp $ */
     1/* $Id: winimagelx.cpp,v 1.14 2002-02-03 13:16:22 sandervl Exp $ */
    22
    33/*
     
    4343#include "dbglocal.h"
    4444
    45 static BYTE dosHeader[] = {
     45BYTE dosHeader[16*15] = {
    4646 0x4D, 0x5A, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x0B, 0x00,
    4747 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
Note: See TracChangeset for help on using the changeset viewer.