Added some padding to the PDB for ill-behaving apps (problem reported

by Andreas Mohr).
This commit is contained in:
Alexandre Julliard 1998-10-25 10:20:31 +00:00
parent bdc48bd1e4
commit 3bf623d798
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ typedef struct
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;