We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d3f62 commit 6b9a8b1Copy full SHA for 6b9a8b1
libs/openFrameworks/communication/ofSerial.cpp
@@ -28,7 +28,6 @@
28
// #include <termios.h>
29
//#else
30
#ifdef TARGET_WIN32
31
- #include <winbase.h>
32
#include <tchar.h>
33
#include <iostream>
34
#include <string.h>
libs/openFrameworks/communication/ofSerial.h
@@ -9,6 +9,7 @@ class ofBuffer;
9
10
#if defined( __WIN32__ ) || defined( _WIN32 )
11
#define TARGET_WIN32
12
+ #include <winbase.h>
13
#endif
14
15
#ifndef TARGET_WIN32
0 commit comments