PC demo cannot be compiled (open watcom)

Hi, I’ve tried to compile the PC demo(FreeRTOS version 3.2.4) with the open watcom compiler(Version 1.4), but i get the following errors: ..\..sourceportableowatcom16bitdoscommonportcomn.c(85): Warning! W131: No prototype found for function ‘FP_SEG’ ..\..sourceportableowatcom16bitdoscommonportcomn.c(87): Warning! W131: No prototype found for function ‘FP_OFF’ Any idea?

PC demo cannot be compiled (open watcom)

These macros are used in the portable layer code to get the segment and offset from an address.  They are included in the open watcom header file i86.h. I use V1.4 without getting this error.  Have you changed any of the project options?  Can you build the project as it was downloaded without any modifications?