[KERNEL32]: Reenable two dprints to be able to know how programs are launched with which parameters and so on...

svn path=/trunk/; revision=60250
This commit is contained in:
Hermès Bélusca-Maïto 2013-09-20 22:12:08 +00:00
parent d7dee05de4
commit 2900371352

View file

@ -629,10 +629,10 @@ BasePushProcessParameters(IN ULONG ParameterFlags,
/* Create the Parameter Block */
ProcessParameters = NULL;
DPRINT("ImageName: '%wZ'\n", &ImageName);
DPRINT1("ImageName: '%wZ'\n", &ImageName);
DPRINT("DllPath : '%wZ'\n", &DllPath);
DPRINT("CurDir : '%wZ'\n", &CurrentDirectory);
DPRINT("CmdLine : '%wZ'\n", &CommandLine);
DPRINT1("CmdLine : '%wZ'\n", &CommandLine);
DPRINT("Title : '%wZ'\n", &Title);
DPRINT("Desktop : '%wZ'\n", &Desktop);
DPRINT("Shell : '%wZ'\n", &Shell);