comparison libpurple/win32/libc_internal.h @ 29476:39716f7d2c93

Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 22 Aug 2009 21:47:20 +0000
parents f3e06bdac3d1
children 36dbba5833da
comparison
equal deleted inserted replaced
29475:299ef6fd1a23 29476:39716f7d2c93
139 int wpurple_write(int fd, const void *buf, unsigned int size); 139 int wpurple_write(int fd, const void *buf, unsigned int size);
140 int wpurple_close(int fd); 140 int wpurple_close(int fd);
141 int wpurple_gethostname(char *name, size_t size); 141 int wpurple_gethostname(char *name, size_t size);
142 142
143 143
144 #if !GLIB_CHECK_VERSION(2,8,0)
145 int wpurple_g_access(const gchar *filename, int mode);
146 #endif
147
148 /* stdio.h */ 144 /* stdio.h */
149 int wpurple_rename(const char *oldname, const char *newname); 145 int wpurple_rename(const char *oldname, const char *newname);
150 146
151 #ifdef __cplusplus 147 #ifdef __cplusplus
152 } 148 }