Changeset 9403 for trunk/src/setupapi/install.c
- Timestamp:
- Nov 13, 2002, 12:50:07 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/setupapi/install.c
r8667 r9403 21 21 #include "windef.h" 22 22 #include "winbase.h" 23 #include " ntddk.h"23 #include "winternl.h" 24 24 #include "winerror.h" 25 25 #include "setupapi.h" … … 394 394 else if (RegCreateKeyW( root_key, buffer, &hkey )) 395 395 { 396 ERR( "could not create key % 08x%s\n", root_key, debugstr_w(buffer) );396 ERR( "could not create key %p %s\n", root_key, debugstr_w(buffer) ); 397 397 continue; 398 398 } 399 TRACE( "key % 08x%s\n", root_key, debugstr_w(buffer) );399 TRACE( "key %p %s\n", root_key, debugstr_w(buffer) ); 400 400 401 401 /* get value name */
Note:
See TracChangeset
for help on using the changeset viewer.