You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is:
c:\Program Files\Windows Kits\10\Include\10.0.10150.0\ucrt\stdio.h(1925): warning C4005: 'snprintf': macro redefinition
..\apps\xmlsec.c(13): note: see previous definition of 'snprintf'
c:\Program Files\Windows Kits\10\Include\10.0.10150.0\ucrt\stdio.h(1927): fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration
1900 is from
<http://stackoverflow.com/questions/70013/how-to-detect-if-im-compiling-code-with-visual-studio-2008>.
0 commit comments