diff options
Diffstat (limited to 'FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h')
-rw-r--r-- | FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h b/FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h index ce267d87..af9574ca 100644 --- a/FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h +++ b/FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h @@ -30,6 +30,7 @@ #ifndef INCLUDED_MOUSESERVER_H
#define INCLUDED_MOUSESERVER_H
+//#include <Windows.h>
#include "..\ftnoir_protocol_base\ftnoir_protocol_base.h"
#include "ui_FTNoIR_MOUSEcontrols.h"
#include <QMessageBox>
@@ -38,7 +39,6 @@ #include <QProcess>
#include <QDebug>
#include <QFile>
-#include "Windows.h"
#define MOUSE_AXIS_MIN 0
#define MOUSE_AXIS_MAX 65535
|