git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44888
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString str;
for (size_t i = 0; i < arg.length(); i++) {
wxString str;
for (size_t i = 0; i < arg.length(); i++) {
const wxChar *p = wxStrchr(needEscape, ch);
if (p)
const wxChar *p = wxStrchr(needEscape, ch);
if (p)
}
// NULL means the current volume
}
// NULL means the current volume
- const wxChar *pVol = vol.empty() ? NULL : vol.c_str();
+ const wxChar *pVol = vol.empty() ? (wxChar *)NULL
+ : vol.c_str();
if (!::GetVolumeInformation(pVol, NULL, 0, NULL, NULL,
&volumeFlags,
if (!::GetVolumeInformation(pVol, NULL, 0, NULL, NULL,
&volumeFlags,