On Mon, Apr 21, 2008 at 10:06 AM, Dmitry Timoshkov &lt;<a href="mailto:dmitry@codeweavers.com">dmitry@codeweavers.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&quot;Alexandre Julliard&quot; &lt;<a href="mailto:julliard@winehq.org">julliard@winehq.org</a>&gt; wrote:<br>
<br>
&gt;&gt; @@ -967,15 +970,19 @@ static void test_bitmap(void)<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;hdc = CreateCompatibleDC(0);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;assert(hdc != 0);<br>
&gt;&gt;<br>
&gt;&gt; +if (0)<br>
&gt;&gt; +{ &nbsp; /* this test fails under Win2k */<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;SetLastError(0xdeadbeef);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;hbmp = CreateBitmap(0x7ffffff, 1, 1, 1, NULL);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;ok(hbmp != 0, &quot;CreateBitmap should not fail\n&quot;);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;DeleteObject(hbmp);<br>
&gt;&gt; +}<br>
&gt;<br>
&gt; It would be better to find values that work on all platforms, instead of<br>
&gt; disabling the test completely.<br>
<br>
</div>Yes, it would be better, but unfortunately I don&#39;t have windows 2000<br>
installed around.<br>
<br>
--<br>
<font color="#888888">Dmitry.<br>
<br>
<br>
</font></blockquote></div>I&#39;ve got about 6 2k boxes lying around at work I can test on...<br>