I'm porting an application written in C++ from Windows to Linux. I have a problem with the header files path. Windows uses and Linux uses
/
. I am finding it cumbersome to change this in each and every source and header file. Is there some work around?