Commit 49cb530e authored by Alexandre Julliard's avatar Alexandre Julliard

wineps: Remove unneeded GetTransform prototype.

parent cc8c831c
......@@ -34,8 +34,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(psdrv);
BOOL WINAPI GetTransform( HDC hdc, DWORD which, XFORM *xform );
#define MS_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
( ( (DWORD)_x4 << 24 ) | \
( (DWORD)_x3 << 16 ) | \
......
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