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/apps/mplayerc/mplayerc.cpp')
-rw-r--r--src/apps/mplayerc/mplayerc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/apps/mplayerc/mplayerc.cpp b/src/apps/mplayerc/mplayerc.cpp
index eefd198b5..f2daf6cd2 100644
--- a/src/apps/mplayerc/mplayerc.cpp
+++ b/src/apps/mplayerc/mplayerc.cpp
@@ -26,7 +26,7 @@
#include <atlsync.h>
#include <Tlhelp32.h>
#include "MainFrm.h"
-#include "..\..\DSUtil\DSUtil.h"
+#include "../../DSUtil/DSUtil.h"
#include "struct.h"
#include "FileVersionInfo.h"
#include <psapi.h>
@@ -469,9 +469,9 @@ void CMPlayerCApp::SendCommandLine(HWND hWnd)
/////////////////////////////////////////////////////////////////////////////
// CMPlayerCApp initialization
-#include <winddk\ntddcdvd.h>
+#include <winddk/ntddcdvd.h>
-#include <detours\detours.h>
+#include <detours/detours.h>
BOOL (__stdcall * Real_IsDebuggerPresent)(void)
= IsDebuggerPresent;