Changeset 6336 for trunk/src


Ignore:
Timestamp:
Jul 15, 2001, 4:35:51 PM (24 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winspool/winspool.cpp

    r5472 r6336  
    1 /* $Id: winspool.cpp,v 1.6 2001-04-04 09:02:16 sandervl Exp $ */
     1/* $Id: winspool.cpp,v 1.7 2001-07-15 14:35:51 sandervl Exp $ */
    22
    33/*
     
    20132013              DWORD, fdwFlags,
    20142014              DWORD, fdwOptions,
    2015               LPVOID, pPrinterNotifyOptions)
     2015              LPPRINTER_NOTIFY_INFO, pPrinterNotifyOptions)
    20162016{
    20172017  dprintf(("WINSPOOL: FindFirstPrinterChangeNotification not implemented\n"));
     
    20412041              PDWORD, pdwChange,
    20422042              LPVOID, pPrinterNotifyOptions,
    2043               LPPRINTER_NOTIFY_INFO, ppPrinterNotifyInfo)
     2043              LPPRINTER_NOTIFY_INFO *, ppPrinterNotifyInfo)
    20442044{
    20452045  dprintf(("WINSPOOL: FindNextPrinterChangeNotification not implemented\n"));
Note: See TracChangeset for help on using the changeset viewer.