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/subtitles/stdafx.h')
-rw-r--r--src/subtitles/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitles/stdafx.h b/src/subtitles/stdafx.h
index 6f2138b72..214f0c923 100644
--- a/src/subtitles/stdafx.h
+++ b/src/subtitles/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
@@ -41,4 +41,4 @@
// TODO: reference additional headers your program requires here
#include <streams.h>
-#include "..\DSUtil\DSUtil.h"
+#include "../DSUtil/DSUtil.h"