<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014-06-26 16:20 GMT+08:00 Jacek Caban <span dir="ltr"><<a href="mailto:jacek@codeweavers.com" target="_blank">jacek@codeweavers.com</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
On 06/26/14 06:05, Shuai Meng wrote:<br>
</div><div class="">> In wine source code, NULL is defined as 0 in<br>
> file dlls/windowscodecs/ungif.h, line 66. I have tried to write like this:<br>
> 1260     if(V_VT(arg) == VT_NULL) {<br>
> 1261         V_VT(res) = VT_NULL;<br>
> 1262         V_NULL(res) = NULL;<br>
> 1263     }<br>
<br>
</div>Hint: there already is return_null helper.<br>
<span class="HOEnZb"><font color="#888888"><br>
Jacek<br>
</font></span></blockquote></div>Thank you Jacek, that helps a lot :)  I should read source code more frequently in case of forgetting something.</div></div>