Missing WINAPI.

This commit is contained in:
Morten Welinder 1999-01-23 12:23:13 +00:00 committed by Alexandre Julliard
parent a0dc4e493f
commit 65e95f3365
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ BOOL32 WINAPI DeleteForm32W(HANDLE32 hPrinter, LPWSTR pFormName)
/*****************************************************************************
* DeletePrinter32 [WINSPOOL.143]
*/
BOOL32 DeletePrinter32(HANDLE32 hPrinter)
BOOL32 WINAPI DeletePrinter32(HANDLE32 hPrinter)
{
FIXME(print, "(%d): stub\n", hPrinter);
return 1;