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:
Diffstat (limited to 'src/filters/parser/streamdrivethru/StreamDriveThru.cpp')
-rw-r--r--src/filters/parser/streamdrivethru/StreamDriveThru.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/parser/streamdrivethru/StreamDriveThru.cpp b/src/filters/parser/streamdrivethru/StreamDriveThru.cpp
index c7fc614b6..0eae15220 100644
--- a/src/filters/parser/streamdrivethru/StreamDriveThru.cpp
+++ b/src/filters/parser/streamdrivethru/StreamDriveThru.cpp
@@ -21,7 +21,7 @@
#include "StdAfx.h"
#include "streamdrivethru.h"
-#include "..\..\..\DSUtil\DSUtil.h"
+#include "../../../DSUtil/DSUtil.h"
#ifdef REGISTER_FILTER
@@ -63,7 +63,7 @@ STDAPI DllUnregisterServer()
return AMovieDllRegisterServer2(FALSE);
}
-#include "..\..\FilterApp.h"
+#include "../../FilterApp.h"
CFilterApp theApp;