Daily Archives: 2012-04-25

Annoyance in the Windows SDK headers

Today I ran into the following error: Error 1 error C2733: second C linkage of overloaded function ‘_interlockedbittestandset’ not allowed $VCDIR\include\intrin.h 944 Error 2 error C2733: second C linkage of overloaded function ‘_interlockedbittestandreset’ not allowed $VCDIR\include\intrin.h 945 Eeek, what’s going … Continue reading

Posted in C/C++, EN, Programming | Tagged , , , , , , , | 3 Comments