Commit c5d0bad4 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

atmlib: Add stub for ATMFinish.

parent 14216996
......@@ -16,7 +16,7 @@
@ stub ATMEnumMMFonts
@ stub ATMEnumMMFontsA
@ stub ATMEnumMMFontsW
@ stub ATMFinish
@ stdcall ATMFinish()
@ stub ATMFontAvailable
@ stub ATMFontAvailableA
@ stub ATMFontAvailableW
......
......@@ -45,3 +45,9 @@ BOOL WINAPI ATMProperlyLoaded(void)
FIXME("stub\n");
return FALSE;
}
int WINAPI ATMFinish(void)
{
FIXME("stub\n");
return 0;
}
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