Commit 470723d7 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

win32u: Make is_child() hidden.

parent 646d55ad
......@@ -253,7 +253,7 @@ static inline UINT win_get_flags( HWND hwnd )
}
WND *get_win_ptr( HWND hwnd ) DECLSPEC_HIDDEN;
BOOL is_child( HWND parent, HWND child );
BOOL is_child( HWND parent, HWND child ) DECLSPEC_HIDDEN;
BOOL is_window( HWND hwnd ) DECLSPEC_HIDDEN;
#endif /* __WINE_NTUSER_PRIVATE_H */
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