1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

OP-1255 Qt 5.2.1 : use _MAX_PATH from stdlib.h in place of MAX_PATH from usbstorioctl.h

This commit is contained in:
Philippe Renon 2014-03-19 23:08:40 +01:00
parent 9e9673cde4
commit a9ff7f7afc

View File

@ -33,8 +33,8 @@
bool isFirstRun = true;
QString debugInfo(DBG_BUFFER_MAX_SIZE, ' ');
QString pluginFolder(MAX_PATH, ' ');
QString outputFolder(MAX_PATH, ' ');
QString pluginFolder(_MAX_PATH, ' ');
QString outputFolder(_MAX_PATH, ' ');
QList<quint16> videoModes;
QTime ledTimer;