]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dirctrlg.cpp
fixed compilation problem in pror commit
[wxWidgets.git] / src / generic / dirctrlg.cpp
index 241acd6eb3c0162f169039c8a8bbad611a98cbf3..7ed847cb70d86c5a638d770acb64839dd958d909 100644 (file)
@@ -119,7 +119,7 @@ size_t wxGetAvailableDrives(wxArrayString &paths, wxArrayString &names, wxArrayI
 
 #if !defined(__WXWINCE__)
         wxChar pname[52];
-        if (GetVolumeInformation( path.c_str(), pname, 52, NULL, NULL, NULL, NULL, NULL ))
+        if (GetVolumeInformation( path.c_str(), pname, 52, NULL, NULL, NULL, NULL, 0 ))
         {
             name.Printf(wxT("%s %s"), (const wxChar*) name, pname );
         }