Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-WebConnect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosmin Munteanu <cmunteanu@cloudbasesolutions.com>2015-09-09 16:42:22 +0300
committerCosmin Munteanu <cmunteanu@cloudbasesolutions.com>2015-09-09 16:42:22 +0300
commit778746046f78a6f99ab6bd32bbb61ca23a8a026d (patch)
treeebcd1e48539d722c786e5afb918e8d679a2f9e20
parentbf4901eea4a98d043996d7c57ebc823d9084295a (diff)
Changed include paths from backslash to forward slash
-rw-r--r--wsgate/myrawsocket.hpp4
-rw-r--r--wsgate/wsgate.hpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/wsgate/myrawsocket.hpp b/wsgate/myrawsocket.hpp
index eb15959..5e525ee 100644
--- a/wsgate/myrawsocket.hpp
+++ b/wsgate/myrawsocket.hpp
@@ -21,8 +21,8 @@
#define _MYRAWSOCKET_H_
#include "RDP.hpp"
-#include <ehs\ehs.h>
-#include <ehs\ehsconnection.h>
+#include <ehs/ehs.h>
+#include <ehs/ehsconnection.h>
namespace wsgate {
diff --git a/wsgate/wsgate.hpp b/wsgate/wsgate.hpp
index 625e8aa..bebc9d2 100644
--- a/wsgate/wsgate.hpp
+++ b/wsgate/wsgate.hpp
@@ -25,7 +25,7 @@
#include <map>
#include <boost/algorithm/string.hpp>
#include <ehs/ehs.h>
-#include <boost\lexical_cast.hpp>
+#include <boost/lexical_cast.hpp>
#include "logging.hpp"
using namespace std;