wineps: Remove unneeded GetTransform prototype.
This commit is contained in:
parent
cc8c831c4d
commit
49cb530ee3
|
@ -34,8 +34,6 @@
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(psdrv);
|
WINE_DEFAULT_DEBUG_CHANNEL(psdrv);
|
||||||
|
|
||||||
BOOL WINAPI GetTransform( HDC hdc, DWORD which, XFORM *xform );
|
|
||||||
|
|
||||||
#define MS_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
|
#define MS_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
|
||||||
( ( (DWORD)_x4 << 24 ) | \
|
( ( (DWORD)_x4 << 24 ) | \
|
||||||
( (DWORD)_x3 << 16 ) | \
|
( (DWORD)_x3 << 16 ) | \
|
||||||
|
|
Loading…
Reference in New Issue