Mercurial > pidgin
view src/win32/IdleTracker/idletrack.h @ 9330:b4dc3827470a
[gaim-migrate @ 10138]
Patch by Justin Wood to use gaim_utf8_try_convert during MSN file transfer
instea dof g_locale_to_utf8. He says, " For some reason, on some versions
of OSX string conversion would fail, returning a NULL string, which would
crash gen_context." This closes patch #971502.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 20 Jun 2004 21:36:53 +0000 |
parents | 516061abad03 |
children | fc464a0abccc |
line wrap: on
line source
/* * idletrack.h */ #include <windows.h> extern DWORD wgaim_get_lastactive(); extern BOOL wgaim_set_idlehooks(); extern void wgaim_remove_idlehooks();