Skip to content

Commit e2d3f62

Browse files
committed
fix ofSerial for windows?
1 parent c2b203f commit e2d3f62

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

libs/openFrameworks/communication/ofSerial.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
#if defined( __WIN32__ ) || defined( _WIN32 )
2-
#define TARGET_WIN32
3-
#endif
4-
51
#include "ofSerial.h"
62
#include "ofUtils.h"
73
#include "ofLog.h"
4+
#include "ofConstants.h"
5+
86
#include <fcntl.h>
97
#include <errno.h>
108
#include <ctype.h>

0 commit comments

Comments
 (0)