From: Brian P. <bri...@tu...> - 2005-01-11 22:03:32
|
Christopher Waters wrote: > A function called ResizeWindow was recently created in both > spu/readbackspu.c and spu/binaryswapspu.c > This causes a compile error on Darwin because of a function of the same > name declared in one of the system headers included. > > I changed all instances of ResizeWindow to WindowResize in the files on > my system, and it fixed the problem. Now, does anyone know if -this- > would conflict with anything on the other platforms? ;) How about just prefixing the functions with "readbackspu" and "binaryswapspu"? Feel free to check in a fix. -Brian |