/* Include the macro file relevant to the port being used. */\r
\r
#ifdef OPEN_WATCOM_INDUSTRIAL_PC_PORT\r
- #include "..\..\source\portable\owatcom\16bitdos\pc\portmacro.h"\r
+ #include "..\..\Source\portable\owatcom\16bitdos\pc\portmacro.h"\r
typedef void ( __interrupt __far *pxISR )();\r
#endif\r
\r
#ifdef OPEN_WATCOM_FLASH_LITE_186_PORT\r
- #include "..\..\source\portable\owatcom\16bitdos\flsh186\portmacro.h"\r
+ #include "..\..\Source\portable\owatcom\16bitdos\flsh186\portmacro.h"\r
typedef void ( __interrupt __far *pxISR )();\r
#endif\r
\r
#endif\r
\r
#ifdef MPLAB_PIC18F_PORT\r
- #include "..\..\source\portable\MPLAB\PIC18F\portmacro.h"\r
+ #include "..\..\Source\portable\MPLAB\PIC18F\portmacro.h"\r
#endif\r
\r
#ifdef MPLAB_PIC32MX_PORT\r
#endif\r
\r
#ifdef COLDFIRE_V2_GCC\r
- #include "../../../source/portable/GCC/ColdFire_V2/portmacro.h"\r
+ #include "../../../Source/portable/GCC/ColdFire_V2/portmacro.h"\r
#endif\r
\r
#ifdef COLDFIRE_V2_CODEWARRIOR\r