* include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):

Add prototypes.
	* lib/msimg32.def: New file, with stubs for above.
This commit is contained in:
Danny Smith
2002-08-05 02:03:24 +00:00
parent 2ed099e2bf
commit 9f37f36de6
3 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,5 @@
LIBRARY MSIMG32.DLL
EXPORTS
AlphaBlend@44
GradientFill@24
TransparentBlt@44