Changeset 21893 for branches/gcc-kmk/src/peldr/pe.cpp
- Timestamp:
- Dec 15, 2011, 1:21:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/peldr/pe.cpp
r21720 r21893 236 236 237 237 sdata.Length = sizeof(sdata); 238 sdata.PgmName = "w16odin.exe";238 sdata.PgmName = (PSZ)"w16odin.exe"; 239 239 strcpy(fullpath, exeName); 240 240 strcat(fullpath, " ");
Note:
See TracChangeset
for help on using the changeset viewer.