Skip to content

Commit cc842fd

Browse files
committed
Define WIN32_LEAN_AND_MEAN to avoid collision with winsock2
1 parent 89218d5 commit cc842fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/drivers/ui_qt.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* If not, see <http://www.gnu.org/licenses/>.
1515
*/
1616

17+
#define WIN32_LEAN_AND_MEAN
1718
#include <QApplication>
1819
#include <QAbstractEventDispatcher>
1920
#include <QtWidgets>

0 commit comments

Comments
 (0)