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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-02-09 23:12:31 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-02-09 23:12:31 +0300
commit02183f6e47ad4ea1057de9950482f291f2ae4290 (patch)
tree638096954c937f50ce2acaa2a032268c6ab6ef8f /src/filters/misc
parentfda7ac804fe759bed1e4abc95c62c3a106c21965 (diff)
Converted #include slashes from \ to / (makes the code more portable)
Patch by Nicolás Alvarez. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1647 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/misc')
-rw-r--r--src/filters/misc/SyncClock/SyncClock.cpp4
-rw-r--r--src/filters/misc/SyncClock/stdafx.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/filters/misc/SyncClock/SyncClock.cpp b/src/filters/misc/SyncClock/SyncClock.cpp
index 51f70c74c..51743b592 100644
--- a/src/filters/misc/SyncClock/SyncClock.cpp
+++ b/src/filters/misc/SyncClock/SyncClock.cpp
@@ -1,7 +1,7 @@
#include "stdafx.h"
#include <initguid.h>
#include "SyncClock.h"
-#include "..\..\..\DSUtil\DSUtil.h"
+#include "../../../DSUtil/DSUtil.h"
#include <moreuuids.h>
#pragma warning(disable:4355)
@@ -30,7 +30,7 @@ STDAPI DllUnregisterServer()
return AMovieDllRegisterServer2(FALSE);
}
-#include "..\..\FilterApp.h"
+#include "../../FilterApp.h"
CFilterApp theApp;
diff --git a/src/filters/misc/SyncClock/stdafx.h b/src/filters/misc/SyncClock/stdafx.h
index 31d136cf9..c35359c38 100644
--- a/src/filters/misc/SyncClock/stdafx.h
+++ b/src/filters/misc/SyncClock/stdafx.h
@@ -25,7 +25,7 @@
//
#pragma once
-#include "..\..\..\DSUtil\SharedInclude.h"
+#include "../../../DSUtil/SharedInclude.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit