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/queue.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"
     
    960960        return TRUE;  /* nothing to do */
    961961
    962     if (!handler( context, SPFILENOTIFY_STARTQUEUE, owner, 0 )) return FALSE;
     962    if (!handler( context, SPFILENOTIFY_STARTQUEUE, (UINT)owner, 0 )) return FALSE;
    963963
    964964    /* perform deletes */
Note: See TracChangeset for help on using the changeset viewer.