visual studio - Preprocessor directives from C++ code (_VARIADIC_MAX) -
please how define preprocessor directive _variadic_max=10 c++ code? set in property page -> c/c++ -> preprocessor -> definitions need in each project. cool define 1 time in common.h file , use in every project including such header.
you can this:
#define _variadic_max 10
Comments
Post a Comment