Commit 97dea95e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

oleaut32: Tweak a comment to make it more explicit.

parent 53f3f441
...@@ -3009,7 +3009,7 @@ HRESULT WINAPI VarAnd(LPVARIANT left, LPVARIANT right, LPVARIANT result) ...@@ -3009,7 +3009,7 @@ HRESULT WINAPI VarAnd(LPVARIANT left, LPVARIANT right, LPVARIANT result)
{ {
/* /*
* Special cases for when left variant is VT_NULL * Special cases for when left variant is VT_NULL
* (NULL & 0 = NULL, NULL & value = value) * (VT_NULL & 0 = VT_NULL, VT_NULL & value = value)
*/ */
if (leftvt == VT_NULL) if (leftvt == VT_NULL)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment