mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +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 CodePage;
|
||||||
ULONG dwCreationFlags;
|
ULONG dwCreationFlags;
|
||||||
PCHAR CmdLine;
|
PCHAR CmdLine;
|
||||||
PCHAR appName;
|
PCHAR AppName;
|
||||||
PCHAR PifFile;
|
PCHAR PifFile;
|
||||||
PCHAR CurDirectory;
|
PCHAR CurDirectory;
|
||||||
PCHAR Env;
|
PCHAR Env;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue