diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2019-04-25 19:26:23 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2019-04-25 19:26:23 +0200 |
commit | d9d49f2dfc4eb4c22c8d9185348e67352e488f8b (patch) | |
tree | 5583514f79bdc78bb47e0981e99213501ac2556f /dlfcn.h | |
parent | 04bbf2486da795d02e27833bf98a1bbf0188c42e (diff) | |
download | dlfcn-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 'dlfcn.h')
0 files changed, 0 insertions, 0 deletions