Compiling libpurple in Visual Studio

Richard Laager rlaager at wiktel.com
Tue May 29 00:46:11 EDT 2007


On Mon, 2007-05-28 at 21:04 -0700, Nick Hebner wrote:
> I have only tried compiling libpurple proper, and not any prpl's.
> util.h was the only spot that that was a problem. strings.h might
> solve it, but the first thing I saw was mixed usage of strncasecmp()
> and g_ascii_strncasecmp(). Which way would we like to go? 

g_ascii_strncasecmp() if we're operating on ASCII only. If we're
operating on locale strings (unlikely) or UTF-8, then other functions
appropriately.

Richard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://pidgin.im/pipermail/devel/attachments/20070528/5b39c564/attachment.sig>


More information about the Devel mailing list