Mentions légales du service

Skip to content
Snippets Groups Projects

Restore EEGO compilation.

Closed PAPADOPOULO Theodore requested to merge 99-Restore-EEGO-compilation into development
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
@@ -28,11 +28,6 @@
@@ -28,11 +28,6 @@
#endif
#endif
#include <eemagine/sdk/factory.h> // Where it all starts
#include <eemagine/sdk/factory.h> // Where it all starts
// Namespaces
namespace OpenViBE {
namespace AcquisitionServer {
namespace es = eemagine::sdk;
#if defined TARGET_OS_Linux || defined TARGET_OS_MacOS
#if defined TARGET_OS_Linux || defined TARGET_OS_MacOS
namespace std {
namespace std {
template<class T> struct _Unique_if {
template<class T> struct _Unique_if {
@@ -66,6 +61,11 @@ namespace std {
@@ -66,6 +61,11 @@ namespace std {
}
}
#endif
#endif
 
// Namespaces
 
namespace OpenViBE {
 
namespace AcquisitionServer {
 
namespace es = eemagine::sdk;
 
//___________________________________________________________________//
//___________________________________________________________________//
// //
// //
Loading