> > BTW: in hbsetup.h you added: > ( defined(__POCC_TARGET__) && __POCC_TARGET__ == 2 ) > to detect HB_OS_WIN_CE builds. Maybe it's documented method in POCC > and in such case should be left but if not then I suggest to rather > use sth like: > ( defined( HB_OS_WIN ) && defined( _M_ARM ) )
Maybe I'm missing something, but _M_ARM doesn't seem to work in POCC 5, I've found no better solution back then, that's why I opted for this route. --- test.c #if defined( _M_ARM ) #error defined #else #error not defined #endif --- >pocc -Tarm-coff test.c -- Viktor
_______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour