Fixed a typo in the name of FreePrinterNotifyInfo.

This commit is contained in:
Francois Gouget 2000-06-11 20:06:12 +00:00 committed by Alexandre Julliard
parent c275724cbf
commit 091dc85b73

View File

@ -972,7 +972,7 @@ BOOL WINAPI FindNextPrinterChangeNotification(HANDLE hChange,
PDWORD pdwChange,
LPVOID pvReserved,
LPVOID *ppPrinterNotifyInfo);
BOOL WINAPI FreePrinterBotifyInfo(PPRINTER_NOTIFY_INFO pPrinterNotifyInfo);
BOOL WINAPI FreePrinterNotifyInfo(PPRINTER_NOTIFY_INFO pPrinterNotifyInfo);
BOOL WINAPI FindClosePrinterChangeNotification(HANDLE hChange);
DWORD WINAPI PrinterMessageBoxA(HANDLE hPrinter, DWORD Error, HWND hWnd,