Ignore:
Timestamp:
Nov 13, 2002, 12:50:07 PM (23 years ago)
Author:
sandervl
Message:

Wine resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/setupapi/install.c

    r8667 r9403  
    2121#include "windef.h"
    2222#include "winbase.h"
    23 #include "ntddk.h"
     23#include "winternl.h"
    2424#include "winerror.h"
    2525#include "setupapi.h"
     
    394394        else if (RegCreateKeyW( root_key, buffer, &hkey ))
    395395        {
    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) );
    397397            continue;
    398398        }
    399         TRACE( "key %08x %s\n", root_key, debugstr_w(buffer) );
     399        TRACE( "key %p %s\n", root_key, debugstr_w(buffer) );
    400400
    401401        /* get value name */
Note: See TracChangeset for help on using the changeset viewer.