From 2482ce144705af4a8bbfac069343d9e0d7eb3e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 22 Jul 2016 10:45:08 +0000 Subject: Standardize use of slashes in includes to "/" (thanks ybznek for idea) Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/Flags/svc_flags.cpp | 2 +- plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp | 2 +- plugins/UserInfoEx/src/dlg_propsheet.cpp | 2 +- .../src/ex_import/classExImContactBase.cpp | 2 +- .../src/ex_import/classExImContactXML.cpp | 2 +- .../UserInfoEx/src/ex_import/dlg_ExImModules.cpp | 2 +- .../src/ex_import/dlg_ExImOpenSaveFile.cpp | 2 +- .../UserInfoEx/src/ex_import/dlg_ExImProgress.cpp | 2 +- plugins/UserInfoEx/src/ex_import/svc_ExImINI.cpp | 2 +- plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp | 2 +- plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp | 2 +- plugins/UserInfoEx/src/ex_import/tinystr.cpp | 2 +- plugins/UserInfoEx/src/ex_import/tinyxml.cpp | 2 +- plugins/UserInfoEx/src/ex_import/tinyxmlerror.cpp | 2 +- plugins/UserInfoEx/src/ex_import/tinyxmlparser.cpp | 2 +- plugins/UserInfoEx/src/stdafx.h | 28 +++++++++++----------- 16 files changed, 29 insertions(+), 29 deletions(-) (limited to 'plugins/UserInfoEx/src') diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.cpp b/plugins/UserInfoEx/src/Flags/svc_flags.cpp index b7eb0f4547..13b9fb893f 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flags.cpp @@ -22,7 +22,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "..\stdafx.h" +#include "../stdafx.h" #define M_ENABLE_SUBCTLS (WM_APP+1) diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp index 63de971663..cd6ef31f0d 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp @@ -22,7 +22,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "..\stdafx.h" +#include "../stdafx.h" /************************* Bitmap Access **************************/ diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index 409f33f87a..31d002e2d3 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h" #include "dlg_propsheet.h" #include "psp_base.h" -#include "ex_import\svc_ExImport.h" +#include "ex_import/svc_ExImport.h" #include "svc_reminder.h" #define OPTIONPAGE_OLD_SIZE (offsetof(OPTIONSDIALOGPAGE, hLangpack)) diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp index a669db5ecd..27c15f4d03 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "..\stdafx.h" +#include "../stdafx.h" /** * name: CExImContactBase diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp index f4fe8e7b3b..870353bb72 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "..\stdafx.h" +#include "../stdafx.h" /*********************************************************************************************************** * common stuff diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.cpp b/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.cpp index ab19dba570..e460672a2a 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.cpp +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "..\stdafx.h" +#include "../stdafx.h" /*********************************************************************************************************** * typedefs diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.cpp b/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.cpp index 870f536389..5ccbaf537e 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.cpp +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "..\stdafx.h" +#include "../stdafx.h" #define HKEY_MIRANDA_PLACESBAR _T("Software\\Miranda NG\\PlacesBar") #define HKEY_WINPOL_PLACESBAR _T("Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\ComDlg32\\PlacesBar") diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp b/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp index b18a8761c3..524b3d2169 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "..\stdafx.h" +#include "../stdafx.h" /*********************************************************************************************************** * windows procedure diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImINI.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImINI.cpp index f909c7a44d..a45dc00c67 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImINI.cpp +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImINI.cpp @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * system & local includes: **/ -#include "..\stdafx.h" +#include "../stdafx.h" /*********************************************************************************************************** * exporting stuff diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp index 692cf79e9d..35975b1abd 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "..\stdafx.h" +#include "../stdafx.h" #define XMLCARD_VERSION "1.1" diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp index 5ece67aa5a..4b403e195e 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "..\stdafx.h" +#include "../stdafx.h" /*********************************************************************************************************** * internal functions diff --git a/plugins/UserInfoEx/src/ex_import/tinystr.cpp b/plugins/UserInfoEx/src/ex_import/tinystr.cpp index 55da240e24..3fb330aac6 100644 --- a/plugins/UserInfoEx/src/ex_import/tinystr.cpp +++ b/plugins/UserInfoEx/src/ex_import/tinystr.cpp @@ -42,7 +42,7 @@ Copyright: =============================================================================== */ -#include "..\stdafx.h" +#include "../stdafx.h" #ifndef TIXML_USE_STL diff --git a/plugins/UserInfoEx/src/ex_import/tinyxml.cpp b/plugins/UserInfoEx/src/ex_import/tinyxml.cpp index e03c5150bd..61342c94fe 100644 --- a/plugins/UserInfoEx/src/ex_import/tinyxml.cpp +++ b/plugins/UserInfoEx/src/ex_import/tinyxml.cpp @@ -30,7 +30,7 @@ Copyright: =============================================================================== */ -#include "..\stdafx.h" +#include "../stdafx.h" bool TiXmlBase::condenseWhiteSpace = true; diff --git a/plugins/UserInfoEx/src/ex_import/tinyxmlerror.cpp b/plugins/UserInfoEx/src/ex_import/tinyxmlerror.cpp index 5832e115f0..d142050176 100644 --- a/plugins/UserInfoEx/src/ex_import/tinyxmlerror.cpp +++ b/plugins/UserInfoEx/src/ex_import/tinyxmlerror.cpp @@ -30,7 +30,7 @@ Copyright: =============================================================================== */ -#include "..\stdafx.h" +#include "../stdafx.h" // The goal of the seperate error file is to make the first // step towards localization. tinyxml (currently) only supports diff --git a/plugins/UserInfoEx/src/ex_import/tinyxmlparser.cpp b/plugins/UserInfoEx/src/ex_import/tinyxmlparser.cpp index 3f4bc639e9..2c7a65bec9 100644 --- a/plugins/UserInfoEx/src/ex_import/tinyxmlparser.cpp +++ b/plugins/UserInfoEx/src/ex_import/tinyxmlparser.cpp @@ -30,7 +30,7 @@ Copyright: =============================================================================== */ -#include "..\stdafx.h" +#include "../stdafx.h" // Note tha "PutString" hardcodes the same list. This // is less flexible than it appears. Changing the entries diff --git a/plugins/UserInfoEx/src/stdafx.h b/plugins/UserInfoEx/src/stdafx.h index cd388218b0..38b47a97fe 100644 --- a/plugins/UserInfoEx/src/stdafx.h +++ b/plugins/UserInfoEx/src/stdafx.h @@ -140,20 +140,20 @@ unsigned int hashSettingW_M2(const char * key); //new Murma2 hash #include "dlg_anniversarylist.h" #include "psp_base.h" #include "psp_options.h" -#include "ex_import\svc_ExImport.h" -#include "ex_import\tinystr.h" -#include "ex_import\tinyxml.h" -#include "ex_import\mir_rfcCodecs.h" -#include "ex_import\classExImContactBase.h" -#include "ex_import\dlg_ExImProgress.h" -#include "ex_import\svc_ExImXML.h" -#include "ex_import\classExImContactXML.h" -#include "ex_import\dlg_ExImModules.h" -#include "ex_import\dlg_ExImOpenSaveFile.h" -#include "ex_import\svc_ExImINI.h" -#include "ex_import\svc_ExImVCF.h" -#include "flags\svc_flags.h" -#include "Flags\svc_flagsicons.h" +#include "ex_import/svc_ExImport.h" +#include "ex_import/tinystr.h" +#include "ex_import/tinyxml.h" +#include "ex_import/mir_rfcCodecs.h" +#include "ex_import/classExImContactBase.h" +#include "ex_import/dlg_ExImProgress.h" +#include "ex_import/svc_ExImXML.h" +#include "ex_import/classExImContactXML.h" +#include "ex_import/dlg_ExImModules.h" +#include "ex_import/dlg_ExImOpenSaveFile.h" +#include "ex_import/svc_ExImINI.h" +#include "ex_import/svc_ExImVCF.h" +#include "flags/svc_flags.h" +#include "Flags/svc_flagsicons.h" /*********************************************************************************************************** * UserInfoEx global variables -- cgit v1.2.3