Thu, 12 Feb 2004 19:54:18 +0000
[gaim-migrate @ 8967]
Now using winsock2.h, included in libc_interface.h. Some more functions added to libc_interface.c
| 4533 | 1 | /* |
| 2 | * idletrack.h | |
| 3 | */ | |
| 4 | #include <windows.h> | |
| 5 | ||
| 6 | extern DWORD wgaim_get_lastactive(); | |
| 7 | extern BOOL wgaim_set_idlehooks(); | |
| 8 | extern void wgaim_remove_idlehooks(); |