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/stdafx.h
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/stdafx.h')
-rw-r--r--src/filters/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/stdafx.h b/src/filters/stdafx.h
index 6e3fd91ac..b5b447c08 100644
--- a/src/filters/stdafx.h
+++ b/src/filters/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