Hi,

I want to use the win 32 API function GetVolumeNameForVolumeMountPointA in my qt application, but I get this compilation error:
Qt Code:
  1. error: 'GetVolumeNameForVolumeMountPointA' was not declared in this scope
To copy to clipboard, switch view to plain text mode 

WinBase.h and Windows.h are included both. What might be the problem?

Thanks