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