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:
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/ui
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/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"