aboutsummaryrefslogtreecommitdiff
path: root/X11/Xthreads.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-06-08 14:57:43 +0200
committermarha <marha@users.sourceforge.net>2014-06-08 14:57:43 +0200
commit2614b017fb8a28f360897ece66815934fd1562f5 (patch)
tree572a1d708065635894f8606fcb2be79567851fc2 /X11/Xthreads.h
parent2acb86c9b086bdb9a3897db0b93820652e07cb59 (diff)
downloadvcxsrv-2614b017fb8a28f360897ece66815934fd1562f5.tar.gz
vcxsrv-2614b017fb8a28f360897ece66815934fd1562f5.tar.bz2
vcxsrv-2614b017fb8a28f360897ece66815934fd1562f5.zip
Updated following packages:
xproto 7.0.26 fontsproto 2.1.3 inputproto 2.3.1
Diffstat (limited to 'X11/Xthreads.h')
-rw-r--r--X11/Xthreads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/X11/Xthreads.h b/X11/Xthreads.h
index 3d4420825..2027127eb 100644
--- a/X11/Xthreads.h
+++ b/X11/Xthreads.h
@@ -107,6 +107,7 @@ typedef struct {
struct _xthread_waiter *waiters;
} xcondition_rec;
typedef CRITICAL_SECTION xmutex_rec;
+extern void _Xthread_init(void);
# define xthread_init() _Xthread_init()
# define xthread_self GetCurrentThreadId
# define xthread_fork(func,closure) { \