@ stub SetFontEnumeration
@ stdcall SetGraphicsMode(long long)
@ stdcall SetICMMode(long long)
-@ stub SetICMProfileA
+@ stdcall SetICMProfileA (long ptr)
@ stub SetICMProfileW
@ stdcall SetLayout(long long)
@ stub SetMagicColors
strcpy(lpszFilename, WINEICM);
return TRUE;
}
+
+/**********************************************************************
+ * SetICMProfileA [GDI32.@]
+ *
+ */
+BOOL WINAPI SetICMProfileA(HDC hDC, LPSTR lpszFilename)
+{
+ FIXME("hDC %p filename '%s': stub!\n", hDC, debugstr_a(lpszFilename));
+ return TRUE; /* success */
+}