Ignore:
Timestamp:
Dec 15, 2011, 1:21:12 PM (14 years ago)
Author:
dmik
Message:

Port PE to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/peldr/pe.cpp

    r21720 r21893  
    236236
    237237            sdata.Length    = sizeof(sdata);
    238             sdata.PgmName   = "w16odin.exe";
     238            sdata.PgmName   = (PSZ)"w16odin.exe";
    239239            strcpy(fullpath, exeName);
    240240            strcat(fullpath, " ");
Note: See TracChangeset for help on using the changeset viewer.