diff src/win32/libc_interface.h @ 4373:dcc6c130c6d9

[gaim-migrate @ 4639] win32 fixes committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 21 Jan 2003 00:38:33 +0000
parents c297b9d4f67c
children 51ce3eb7e0bf
line wrap: on
line diff
--- a/src/win32/libc_interface.h	Tue Jan 21 00:18:06 2003 +0000
+++ b/src/win32/libc_interface.h	Tue Jan 21 00:38:33 2003 +0000
@@ -82,5 +82,6 @@
 
 /* sys/stat.h */
 #define mkdir(a,b) _mkdir((a))
+#define fchmod(a,b)
 
 #endif /* _LIBC_INTERFACE_H_ */