commit | 3bf623d798adf28d1e313ca3a6ec5a1a22089209 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun Oct 25 10:20:31 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 25 10:20:31 1998 +0000 |
tree | dc88d75c7656b2c331cfaecf5bb3e09bcd6fbae4 | |
parent | bdc48bd1e496497116f2bffd2da3643a5c7e39ab [diff] [blame] |
Added some padding to the PDB for ill-behaving apps (problem reported by Andreas Mohr).
diff --git a/include/task.h b/include/task.h index bde0351..34b7222 100644 --- a/include/task.h +++ b/include/task.h
@@ -33,6 +33,7 @@ BYTE fcb1[16]; /* 5c First FCB */ BYTE fcb2[20]; /* 6c Second FCB */ BYTE cmdLine[128]; /* 80 Command-line (first byte is len)*/ + BYTE padding[16]; /* Some apps access beyond the end of the cmd line */ } PDB;