From: Christopher W. <cr...@ms...> - 2005-01-11 17:35:55
|
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? ;) -Chris |