usp10: Resend - Add funtionality for ScriptStringAnalyse

Alexandre Julliard julliard at winehq.org
Tue Jul 25 04:27:47 CDT 2006


Jeff L <lats at yless4u.com.au> writes:

> +    psssa = HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(Scriptstringanalysis));
> +    *pssa = (Scriptstringanalysis*)psssa;

Please try to find better names for your variables, don't name
everything pssa or psssa or pssap etc.  Also please use underscores to
separate words in identifiers so that they are readable.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list