comparison src/win32/libc_interface.h @ 4905:86037d6bf80f

[gaim-migrate @ 5239] wgaim_rename committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 29 Mar 2003 01:11:08 +0000
parents 51ce3eb7e0bf
children a96653493416
comparison
equal deleted inserted replaced
4904:e61a072f4425 4905:86037d6bf80f
79 79
80 /* stdio.h */ 80 /* stdio.h */
81 #define snprintf _snprintf 81 #define snprintf _snprintf
82 #define vsnprintf _vsnprintf 82 #define vsnprintf _vsnprintf
83 83
84 extern int wgaim_rename(const char *oldname, const char *newname);
85 #define rename( oldname, newname ) \
86 wgaim_rename( ## oldname ##, ## newname ## )
87
84 /* sys/stat.h */ 88 /* sys/stat.h */
85 #define mkdir(a,b) _mkdir((a)) 89 #define mkdir(a,b) _mkdir((a))
86 #define fchmod(a,b) 90 #define fchmod(a,b)
87 91
88 #endif /* _LIBC_INTERFACE_H_ */ 92 #endif /* _LIBC_INTERFACE_H_ */