summaryrefslogtreecommitdiff
path: root/proto/x11proto/Xfuncs.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-09-14 07:31:44 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-09-14 07:31:44 +0000
commit38aec5d1d98e4a02da3577ee89cd1e78d4f060ba (patch)
tree4c7eb396fb1d446488d9e1585ad4ef45d96d06b5 /proto/x11proto/Xfuncs.h
parent6ef13882bff3dee07e4147778fa5e821ce2ba5a1 (diff)
x11proto 7.0.13. tested by naddy@ on a bulk ports build
Diffstat (limited to 'proto/x11proto/Xfuncs.h')
-rw-r--r--proto/x11proto/Xfuncs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/proto/x11proto/Xfuncs.h b/proto/x11proto/Xfuncs.h
index ca9d29e34..2469b69a9 100644
--- a/proto/x11proto/Xfuncs.h
+++ b/proto/x11proto/Xfuncs.h
@@ -1,5 +1,5 @@
/*
- * $XdotOrg: proto/X11/Xfuncs.h,v 1.4 2005/11/08 06:33:25 jkj Exp $
+ * $XdotOrg: xc/include/Xfuncs.h,v 1.2 2004/04/23 18:43:05 eich Exp $
* $Xorg: Xfuncs.h,v 1.4 2001/02/09 02:03:22 xorgcvs Exp $
*
*
@@ -89,6 +89,10 @@ void bcopy();
#define atexit(f) on_exit(f, 0)
#endif
+#if defined WIN32 && defined __MINGW32__
+#define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
+#endif
+
#endif /* !(defined(XFree86LOADER) && defined(IN_MODULE)) */
#endif /* _XFUNCS_H_ */