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/apps/MPCTestAPI
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/apps/MPCTestAPI')
-rw-r--r--src/apps/MPCTestAPI/MPCTestAPIDlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/MPCTestAPI/MPCTestAPIDlg.h b/src/apps/MPCTestAPI/MPCTestAPIDlg.h
index ea5cab096..4c4c66504 100644
--- a/src/apps/MPCTestAPI/MPCTestAPIDlg.h
+++ b/src/apps/MPCTestAPI/MPCTestAPIDlg.h
@@ -8,7 +8,7 @@
#pragma once
#endif // _MSC_VER > 1000
-#include "..\mplayerc\MpcApi.h"
+#include "../mplayerc/MpcApi.h"
/////////////////////////////////////////////////////////////////////////////