summaryrefslogtreecommitdiff
path: root/Source/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/serial.h')
-rwxr-xr-xSource/serial.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/serial.h b/Source/serial.h
index e49b4a7..f254c9b 100755
--- a/Source/serial.h
+++ b/Source/serial.h
@@ -7,7 +7,7 @@
#include <termios.h>
#elif defined(MACOSX)
#include <termios.h>
-#elif defined(WINDOWS)
+#elif defined(WIN32)
#include <windows.h>
#endif
@@ -47,7 +47,7 @@ private:
int port_fd;
struct termios settings_orig;
struct termios settings;
-#elif defined(WINDOWS)
+#elif defined(WIN32)
HANDLE port_handle;
COMMCONFIG port_cfg_orig;
COMMCONFIG port_cfg;