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/mpegsplitter/stdafx.h')
-rw-r--r--src/filters/parser/mpegsplitter/stdafx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/filters/parser/mpegsplitter/stdafx.h b/src/filters/parser/mpegsplitter/stdafx.h
index c1030c834..aefacf4f0 100644
--- a/src/filters/parser/mpegsplitter/stdafx.h
+++ b/src/filters/parser/mpegsplitter/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
@@ -45,9 +45,9 @@
#include <atlbase.h>
#include <atlcoll.h>
-#include "..\..\..\DSUtil\DSUtil.h"
-#include "..\..\..\DSUtil\MediaTypes.h"
-#include "..\..\..\DSUtil\vd.h"
+#include "../../../DSUtil/DSUtil.h"
+#include "../../../DSUtil/MediaTypes.h"
+#include "../../../DSUtil/vd.h"
#define EVO_SUPPORT 0 \ No newline at end of file