mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:02:56 +00:00
2004-02-23 Casper S. Hornstrup <chorns@users.sourceforge.net>
* tools/regtests.c (KMSTUB): Correct device name. svn path=/trunk/; revision=8341
This commit is contained in:
parent
1092faa446
commit
46d0e1a57c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-02-23 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||||
|
|
||||||
|
* tools/regtests.c (KMSTUB): Correct device name.
|
||||||
|
|
||||||
2004-02-22 Ge van Geldorp <ge@gse.nl>
|
2004-02-22 Ge van Geldorp <ge@gse.nl>
|
||||||
|
|
||||||
* Implement keyboard navigation for menus
|
* Implement keyboard navigation for menus
|
||||||
|
|
|
@ -426,7 +426,7 @@ static char KMSTUB[] =
|
||||||
"\n"
|
"\n"
|
||||||
" if (KMRegTestsDeviceObject == NULL)\n"
|
" if (KMRegTestsDeviceObject == NULL)\n"
|
||||||
" {\n"
|
" {\n"
|
||||||
" RtlInitUnicodeString(&DriverName, L\"\\Device\\KMRegTests\");\n"
|
" RtlInitUnicodeString(&DriverName, L\"\\\\Device\\\\KMRegTests\");\n"
|
||||||
" Status = IoGetDeviceObjectPointer(&DriverName, FILE_WRITE_ATTRIBUTES,\n"
|
" Status = IoGetDeviceObjectPointer(&DriverName, FILE_WRITE_ATTRIBUTES,\n"
|
||||||
" &KMRegTestsFileObject, &KMRegTestsDeviceObject);\n"
|
" &KMRegTestsFileObject, &KMRegTestsDeviceObject);\n"
|
||||||
" if (!NT_SUCCESS(Status)) return;\n"
|
" if (!NT_SUCCESS(Status)) return;\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue