<p>In <a href="https://github.com/geany/geany/pull/812#discussion_r47510881">src/win32.c</a>:</p>
<pre style='color:#555'>> @@ -284,7 +284,7 @@ INT CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lp, LPARAM pData)
>  gchar *win32_show_folder_dialog(GtkWidget *parent, const gchar *title, const gchar *initial_dir)
>  {
>    BROWSEINFOW bi;
> -  LPCITEMIDLIST pidl;
> +  LPITEMIDLIST pidl;
</pre>
<p>Hum… can't figure out what the heck this should be from the docs, so I ask here: why change this (and what are those?)<br>
The docs suggests it returns a <code>PIDLIST_ABSOLUTE</code>, which doesn't really help…</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/812/files#r47510881">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ74OWpleRpwZhHn_H5VfD80NYsi1ks5pPtiagaJpZM4G0a4o.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/812/files#r47510881"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>