<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- include/IL/devil_internal_exports.h.orig	2009-11-17 11:32:00.000000000 +0100
+++ include/IL/devil_internal_exports.h	2009-11-17 11:32:27.000000000 +0100
@@ -98,7 +98,7 @@
 ILAPI void  ILAPIENTRY ifree(const void *Ptr);
 ILAPI void* ILAPIENTRY icalloc(const ILsizei Size, const ILsizei Num);
 #ifdef ALTIVEC_GCC
-ILAPI void* ILAPIENTRY ivec_align_buffer(void *buffer, const ILuint size);
+ILAPI void* ILAPIENTRY ivec_align_buffer(void *buffer, const ILsizei size);
 #endif
 
 // Internal library functions in IL
</pre></body></html>