mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
gallium: Define util_sprintf for non-WIN32.
This commit is contained in:
parent
09e6be9b57
commit
4c6c073f99
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ util_memmove(void *dest, const void *src, size_t n)
|
|||
|
||||
#define util_vsnprintf vsnprintf
|
||||
#define util_snprintf snprintf
|
||||
#define util_sprintf sprintf
|
||||
#define util_strchr strchr
|
||||
#define util_strcmp strcmp
|
||||
#define util_strncmp strncmp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue