From: Andi J. <ha...@cb...> - 2004-04-12 10:51:47
|
Alexander, > AJ> 2004-04-11 13:50 UTC+0700 Andi Jahja <ha...@cb...> > AJ> * source/grid.c > AJ> + include <unknwn.h> for compilation with Pelles C, XCC and OW > > Is xCC a xHarbour's C compiler ? Yes. > And what is Pelles C ( I thought that it is == xCC ) ? Pelles C is the original compiler. Web Site: http://www.smorgasbordet.com/pellesc/ They are the same in most respect except the define in compiler binary where XCC has a define of _MSC_VER and __XCC__, while Pelles C has _MSC_VER and __POCC__ hard-coded in the compiler binaries. Andi |