mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
Fix variable naming.
svn path=/trunk/; revision=59873
This commit is contained in:
parent
93bba5bf09
commit
4a3ceaec30
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ typedef struct
|
|||
ULONG CodePage;
|
||||
ULONG dwCreationFlags;
|
||||
PCHAR CmdLine;
|
||||
PCHAR appName;
|
||||
PCHAR AppName;
|
||||
PCHAR PifFile;
|
||||
PCHAR CurDirectory;
|
||||
PCHAR Env;
|
||||
|
|
Loading…
Reference in a new issue