win32u: Remove no longer used macro.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Huw Davies 2022-03-03 09:49:01 +00:00 committed by Alexandre Julliard
parent 49241114bd
commit c7b93aa3da
1 changed files with 0 additions and 4 deletions

View File

@ -89,10 +89,6 @@ typedef struct tagDC
RECT bounds; /* Current bounding rect */
} DC;
/* Certain functions will do no further processing if the driver returns this.
Used by mfdrv for example. */
#define GDI_NO_MORE_WORK 2
/* Rounds a floating point number to integer. The world-to-viewport
* transformation process is done in floating point internally. This function
* is then used to round these coordinates to integer values.