Commit 091dc85b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Fixed a typo in the name of FreePrinterNotifyInfo.

parent c275724c
...@@ -972,7 +972,7 @@ BOOL WINAPI FindNextPrinterChangeNotification(HANDLE hChange, ...@@ -972,7 +972,7 @@ BOOL WINAPI FindNextPrinterChangeNotification(HANDLE hChange,
PDWORD pdwChange, PDWORD pdwChange,
LPVOID pvReserved, LPVOID pvReserved,
LPVOID *ppPrinterNotifyInfo); LPVOID *ppPrinterNotifyInfo);
BOOL WINAPI FreePrinterBotifyInfo(PPRINTER_NOTIFY_INFO pPrinterNotifyInfo); BOOL WINAPI FreePrinterNotifyInfo(PPRINTER_NOTIFY_INFO pPrinterNotifyInfo);
BOOL WINAPI FindClosePrinterChangeNotification(HANDLE hChange); BOOL WINAPI FindClosePrinterChangeNotification(HANDLE hChange);
DWORD WINAPI PrinterMessageBoxA(HANDLE hPrinter, DWORD Error, HWND hWnd, DWORD WINAPI PrinterMessageBoxA(HANDLE hPrinter, DWORD Error, HWND hWnd,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment