<p>In <a href="https://github.com/geany/geany/pull/937#discussion_r55140222">src/win32.c</a>:</p>
<pre style='color:#555'>> @@ -794,7 +795,14 @@ void win32_open_browser(const gchar *uri)
>                            uri++;
>            }
>    }
> -  ShellExecute(NULL, "open", uri, NULL, NULL, SW_SHOWNORMAL);
> +  ret = (gint) ShellExecute(NULL, "open", uri, NULL, NULL, SW_SHOWNORMAL);
> +  if (ret <= 32)
</pre>
<p>I love Windows :D</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/937/files#r55140222">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJx-odbZt8XmrFqSAJGzCMcag8Mtwks5pquOIgaJpZM4HqOSA.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/937/files#r55140222"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>