9 lines
151 B
Text
9 lines
151 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 "CallCPP.S"
|
||
|
#endif
|