Index: inc/uno/environment.h =================================================================== RCS file: /cvs/udk/cppu/inc/uno/environment.h,v retrieving revision 1.9 retrieving revision 1.9.20.1 diff -u -r1.9 -r1.9.20.1 --- inc/uno/environment.h 8 Sep 2005 08:40:21 -0000 1.9 +++ inc/uno/environment.h 3 Dec 2005 09:18:33 -0000 1.9.20.1 @@ -146,7 +146,7 @@ @param nBytes amount of memory in bytes @return pointer to allocated memory */ -typedef void * (SAL_CALL * uno_memAlloc)( sal_uInt32 nBytes ); +typedef void * (SAL_CALL * uno_memAlloc)( sal_Size nBytes ); /** The binary specification of an UNO environment supporting interface registration. */