Macro definition of snprintf conflicts with Standard Library function declaration

即将此处的宏定义注释掉,因为在VS2015中已经对snprintf提供了官方支持

D:\dev\libvpx\libvpx-v1.3.0\vp9\common\vp9_systemdependent.h

1 #ifdef _MSC_VER
2 #include <math.h>
3 //#define snprintf _snprintf
4 #endif

 

相关文章:

  • 2021-11-12
  • 2021-08-22
  • 2022-12-23
  • 2021-05-24
  • 2021-10-06
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案