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
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/CmdUI/stdafx.h2
-rw-r--r--src/ui/ResizableLib/ResizableDialog.h2
-rw-r--r--src/ui/TreePropSheet/stdafx.h2
-rw-r--r--src/ui/sizecbar/stdafx.h2
-rw-r--r--src/ui/ui.h16
5 files changed, 12 insertions, 12 deletions
diff --git a/src/ui/CmdUI/stdafx.h b/src/ui/CmdUI/stdafx.h
index 8adb7dd15..3b566bf95 100644
--- a/src/ui/CmdUI/stdafx.h
+++ b/src/ui/CmdUI/stdafx.h
@@ -4,7 +4,7 @@
//
#pragma once
-#include "..\..\DSUtil\SharedInclude.h"
+#include "../../DSUtil/SharedInclude.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
diff --git a/src/ui/ResizableLib/ResizableDialog.h b/src/ui/ResizableLib/ResizableDialog.h
index 49a016d65..c16c52fb5 100644
--- a/src/ui/ResizableLib/ResizableDialog.h
+++ b/src/ui/ResizableLib/ResizableDialog.h
@@ -25,7 +25,7 @@
#include "ResizableGrip.h"
#include "ResizableMinMax.h"
#include "ResizableState.h"
-#include "..\CmdUI\CmdUI.h"
+#include "../CmdUI/CmdUI.h"
/////////////////////////////////////////////////////////////////////////////
// CResizableDialog window
diff --git a/src/ui/TreePropSheet/stdafx.h b/src/ui/TreePropSheet/stdafx.h
index 8917673d9..f8ad3928c 100644
--- a/src/ui/TreePropSheet/stdafx.h
+++ b/src/ui/TreePropSheet/stdafx.h
@@ -4,7 +4,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
diff --git a/src/ui/sizecbar/stdafx.h b/src/ui/sizecbar/stdafx.h
index 8917673d9..f8ad3928c 100644
--- a/src/ui/sizecbar/stdafx.h
+++ b/src/ui/sizecbar/stdafx.h
@@ -4,7 +4,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
diff --git a/src/ui/ui.h b/src/ui/ui.h
index dfca00217..13add29b3 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -1,10 +1,10 @@
#pragma once
-#include "CmdUI\CmdUI.h"
-#include "ResizableLib\ResizableDialog.h"
-#include "ResizableLib\ResizablePage.h"
-#include "ResizableLib\ResizableSheet.h"
-#include "sizecbar\sizecbar.h"
-#include "sizecbar\scbarcf.h"
-#include "sizecbar\scbarg.h"
-#include "TreePropSheet\TreePropSheet.h"
+#include "CmdUI/CmdUI.h"
+#include "ResizableLib/ResizableDialog.h"
+#include "ResizableLib/ResizablePage.h"
+#include "ResizableLib/ResizableSheet.h"
+#include "sizecbar/sizecbar.h"
+#include "sizecbar/scbarcf.h"
+#include "sizecbar/scbarg.h"
+#include "TreePropSheet/TreePropSheet.h"