Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 22711:36e5b74b2f74
Use g_snprintf() instead of snprintf(), which isn't really available on
Windows. Also, use _read(), _write() and _close(), so the win32 platform
headers don't cry. This has absolutely nothing to do with the ability to
build with visual studio.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 25 Apr 2008 17:49:25 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#ifndef _PURPLE_CLIENT_H_INCLUDED_ #define _PURPLE_CLIENT_H_INCLUDED_ #include <glib.h> #include "purple-client-bindings.h" G_BEGIN_DECLS void purple_init(void); G_END_DECLS #endif