The original #include string like this:
#include "my_path1\Inclu des\types.h"
I want to change like this
#DEFINE MY_PATH my_path1
#include "MY_PATH\includ e\types.h"
This can not be compiled. Is there a $() or other symbol needed?
#include "my_path1\Inclu des\types.h"
I want to change like this
#DEFINE MY_PATH my_path1
#include "MY_PATH\includ e\types.h"
This can not be compiled. Is there a $() or other symbol needed?
Comment