<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<small>This is definitely a mistake.<br>
I will fix it up<br>
<br>
Thanks,<br>
Taekyun Kim<br>
<br>
</small>On 09/27/2011 11:03 PM, Søren Sandmann wrote:
<blockquote cite="mid:ye8mxdqt745.fsf@llama04.cs.au.dk" type="cite">
<pre wrap="">Taekyun Kim <a class="moz-txt-link-rfc2396E" href="mailto:podain77@gmail.com"><podain77@gmail.com></a> writes:
</pre>
<blockquote type="cite">
<pre wrap="">+#else
+
+typedef int pixman_mutex_t;
+
+# define PIXMAN_MUTEX_INIT(mutex)        do while (0) {}
+# define PIXMAN_MUTEX_LOCK(mutex)        do while (0) {}
+# define PIXMAN_MUTEX_UNLOCK(mutex)        do while (0) {}
+# define PIXMAN_MUTEX_FINI(mutex)        do while (0) {}
+
+# warning "Unknown mutex support for this system. Pixman will work
without mutex support."
</pre>
</blockquote>
<pre wrap="">
Does
do while (0) {}
actually compile? You probably mean
do { } while (0)
Soren
</pre>
</blockquote>
<br>
</body>
</html>