* include/wingdi.h [WINVER >= 0x0500] (DC_*): Define.

(GGO_UNHINTED): Define.
	(DMPAPER_*): Define. Paper size newly added to the documentation.
	(DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
	(DM_*): Cleanup.
	(DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT): Define.
	(DMDO_*,DMDFO_*): Define.
	(GetDCBrushColor,GetDCPenColor): Declare.
	* lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
This commit is contained in:
Dimitri Papadopoulos
2006-05-10 08:04:49 +00:00
parent 972d2ba056
commit 5d35ee6250
3 changed files with 128 additions and 25 deletions

View File

@@ -1,5 +1,7 @@
LIBRARY MSIMG32.DLL
EXPORTS
AlphaBlend@44
GetDCBrushColor@4
GetDCPenColor@4
GradientFill@24
TransparentBlt@44