Win32: show volume names in drive list

This commit is contained in:
Thomas Bernard
2019-02-01 14:07:04 +01:00
parent 5623c67be1
commit 67020cd146
2 changed files with 18 additions and 12 deletions

View File

@@ -31,6 +31,7 @@
#ifdef _MSC_VER
#include <stdio.h>
#define strdup _strdup
#if _MSC_VER < 1900
#define snprintf _snprintf
#endif