From: Lars Op den Kamp Date: Wed, 25 Jan 2012 14:49:05 +0000 (+0100) Subject: cec: sync win32 X-Git-Tag: upstream/2.2.0~1^2~39^2~8 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=b5f787b969b7e0517321ebbfe069ac65c330982e cec: sync win32 --- diff --git a/project/libcec.vcxproj b/project/libcec.vcxproj index fa96f6d..7023193 100644 --- a/project/libcec.vcxproj +++ b/project/libcec.vcxproj @@ -23,8 +23,9 @@ - - + + + @@ -49,8 +50,8 @@ - - + + diff --git a/project/libcec.vcxproj.filters b/project/libcec.vcxproj.filters index 1298c5c..37a07ba 100644 --- a/project/libcec.vcxproj.filters +++ b/project/libcec.vcxproj.filters @@ -22,10 +22,11 @@ {38a27e9e-86ad-46f6-a4fb-e1e524267b74} + + {51614b77-8a0e-47a8-8500-5beb0fd12d49} + - - @@ -100,10 +101,17 @@ platform + + adapter + + + adapter + + + adapter + - - @@ -141,6 +149,12 @@ platform\serialport + + adapter + + + adapter + diff --git a/src/lib/adapter/AdapterCommunication.cpp b/src/lib/adapter/AdapterCommunication.cpp index fd481d5..e143b08 100644 --- a/src/lib/adapter/AdapterCommunication.cpp +++ b/src/lib/adapter/AdapterCommunication.cpp @@ -33,8 +33,8 @@ #include "AdapterCommunication.h" #include "AdapterMessage.h" -#include "CECProcessor.h" -#include "platform/serialport/serialport.h" +#include "../CECProcessor.h" +#include "../platform/serialport/serialport.h" #include "../LibCEC.h" using namespace std; diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index 3d74546..5178e4f 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -32,7 +32,7 @@ */ #include -#include "platform/os.h" +#include "../platform/os.h" namespace PLATFORM { diff --git a/src/lib/adapter/AdapterDetection.cpp b/src/lib/adapter/AdapterDetection.cpp index 1f96348..596bfd8 100644 --- a/src/lib/adapter/AdapterDetection.cpp +++ b/src/lib/adapter/AdapterDetection.cpp @@ -31,7 +31,7 @@ */ #include "AdapterDetection.h" -#include "platform/os.h" +#include "../platform/os.h" #if defined(__APPLE__) #include