random ai stuff
This commit is contained in:
15
telldus-core/service/ftd2xx.h
Normal file
15
telldus-core/service/ftd2xx.h
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
#ifdef LIBFTD2XX
|
||||
#ifdef _WINDOWS
|
||||
#include <windows.h>
|
||||
#include "win\ftd2xx.h"
|
||||
#else
|
||||
#include "osx/WinTypes.h"
|
||||
#include "osx/ftd2xx.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef LIBFTDI
|
||||
#include <ftdi.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user