From: Andi J. <ha...@cb...> - 2004-06-24 21:53:10
|
2004-06-25 04:50 UTC+0700 Andi Jahja <ha...@cb...> * source/commond.c * source/freeimg.c ! type casts for compilation under Open-Watcom * source/nice.c ! _GRADIENT_RECT already defined for Open-Watcom and MINGW32 * source/draw.c * source/window.c ! remove unused variables * source/menu.prg ! Function HWG_INSERTBITMAPMENU does not return a value * source/xml/xmlparse.c ! Function HBXML_TRANSFORM, changed: while( c = *ptr ) => while( c == *ptr ) (Am I right?) Andi |