NSIS/Contrib/System/Source/Call-amd64CPP.sx
2015-09-17 14:30:07 +00:00

8 lines
157 B
Text

#ifdef _MSC_VER
#error "MSVC is supposed to use the plain .S file!"
#endif
#if 0
ERROR: assembler-with-cpp required!
#else
#include "Call-amd64CPP.S"
#endif