mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-24 13:54:16 +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:
parent
9e9673cde4
commit
a9ff7f7afc
@ -33,8 +33,8 @@
|
|||||||
|
|
||||||
bool isFirstRun = true;
|
bool isFirstRun = true;
|
||||||
QString debugInfo(DBG_BUFFER_MAX_SIZE, ' ');
|
QString debugInfo(DBG_BUFFER_MAX_SIZE, ' ');
|
||||||
QString pluginFolder(MAX_PATH, ' ');
|
QString pluginFolder(_MAX_PATH, ' ');
|
||||||
QString outputFolder(MAX_PATH, ' ');
|
QString outputFolder(_MAX_PATH, ' ');
|
||||||
|
|
||||||
QList<quint16> videoModes;
|
QList<quint16> videoModes;
|
||||||
QTime ledTimer;
|
QTime ledTimer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user