aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2019-04-25 19:26:23 +0200
committerPali Rohár <pali.rohar@gmail.com>2019-04-25 19:26:23 +0200
commitd9d49f2dfc4eb4c22c8d9185348e67352e488f8b (patch)
tree5583514f79bdc78bb47e0981e99213501ac2556f /Makefile
parent04bbf2486da795d02e27833bf98a1bbf0188c42e (diff)
downloaddlfcn-win32-d9d49f2dfc4eb4c22c8d9185348e67352e488f8b.tar.gz
dlfcn-win32-d9d49f2dfc4eb4c22c8d9185348e67352e488f8b.tar.bz2
dlfcn-win32-d9d49f2dfc4eb4c22c8d9185348e67352e488f8b.zip
Remove ifdef hack for snprintf()
Old version of MSVC does not support snprintf() function and sprintf_s() is not replacement for C99 snprintf(). As the only usage of snprintf() is to format void* pointer we can use sprintf() with enough long buffer.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions