Переглянути джерело

[pcre] remove snprintf define

let's see if it breaks something for anyone
Dan Korostelev 4 роки тому
батько
коміт
ccbc4b5d28
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      libs/pcre/pcre_stubs.c

+ 0 - 1
libs/pcre/pcre_stubs.c

@@ -21,7 +21,6 @@
 */
 
 #if defined(_WIN32)
-#  define snprintf _snprintf
 #  if defined(_DLL)
 #    define PCREextern __declspec(dllexport)
 #  else