mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
build: Make the default symbol visibility "hidden".
We tag far fewer symbols this way. Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
688cdb218e
commit
d27fee64ab
@@ -21,6 +21,6 @@
|
||||
|
||||
#include "vkd3d_common.h"
|
||||
|
||||
char *vkd3d_strdup_w_utf8(const WCHAR *wstr, size_t wchar_size) DECLSPEC_HIDDEN;
|
||||
char *vkd3d_strdup_w_utf8(const WCHAR *wstr, size_t wchar_size);
|
||||
|
||||
#endif /* __VKD3D_UTF8_H */
|
||||
|
||||
Reference in New Issue
Block a user