Commit 4ccb65e2 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

win32u: Make DrawTextW() hidden.

parent 83199991
...@@ -7083,7 +7083,7 @@ BOOL WINAPI NtGdiGetCharWidthInfo( HDC hdc, struct char_width_info *info ) ...@@ -7083,7 +7083,7 @@ BOOL WINAPI NtGdiGetCharWidthInfo( HDC hdc, struct char_width_info *info )
/*********************************************************************** /***********************************************************************
* DrawTextW (win32u.so) * DrawTextW (win32u.so)
*/ */
INT WINAPI DrawTextW( HDC hdc, const WCHAR *str, INT count, RECT *rect, UINT flags ) INT WINAPI DECLSPEC_HIDDEN DrawTextW( HDC hdc, const WCHAR *str, INT count, RECT *rect, UINT flags )
{ {
struct draw_text_params *params; struct draw_text_params *params;
ULONG ret_len, size; ULONG ret_len, size;
......
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