diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-07-22 10:45:08 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-07-22 10:45:08 +0000 |
commit | 2482ce144705af4a8bbfac069343d9e0d7eb3e75 (patch) | |
tree | fd1604f779c0a154f9218932f70891e65f1b18b4 /plugins | |
parent | 7e7cc4907749e87692855aee01caa0cfbc791c5b (diff) |
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
Diffstat (limited to 'plugins')
95 files changed, 150 insertions, 150 deletions
diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h index e2cfff2c86..796d81c55d 100644 --- a/plugins/BasicHistory/src/stdafx.h +++ b/plugins/BasicHistory/src/stdafx.h @@ -58,11 +58,11 @@ #include "m_smileyadd.h"
#include "m_metacontacts.h"
-#include "..\..\libs\zlib\src\zconf.h"
-#include "..\..\libs\zlib\src\ioapi.h"
-#include "..\..\libs\zlib\src\zip.h"
-#include "..\..\libs\zlib\src\unzip.h"
-#include "..\..\libs\zlib\src\iowin32.h"
+#include "../../libs/zlib/src/zconf.h"
+#include "../../libs/zlib/src/ioapi.h"
+#include "../../libs/zlib/src/zip.h"
+#include "../../libs/zlib/src/unzip.h"
+#include "../../libs/zlib/src/iowin32.h"
#include "version.h"
#include "HistoryWindow.h"
diff --git a/plugins/Boltun/src/Engine/Mind.cpp b/plugins/Boltun/src/Engine/Mind.cpp index de858af4a6..8181bcec2a 100644 --- a/plugins/Boltun/src/Engine/Mind.cpp +++ b/plugins/Boltun/src/Engine/Mind.cpp @@ -18,7 +18,7 @@ //
//***********************************************************
-#include "..\stdafx.h"
+#include "../stdafx.h"
using namespace std;
diff --git a/plugins/Boltun/src/Engine/MyCodeCvt.cpp b/plugins/Boltun/src/Engine/MyCodeCvt.cpp index 39a4d064b5..e6a491947a 100644 --- a/plugins/Boltun/src/Engine/MyCodeCvt.cpp +++ b/plugins/Boltun/src/Engine/MyCodeCvt.cpp @@ -18,7 +18,7 @@ //
//***********************************************************
-#include "..\stdafx.h"
+#include "../stdafx.h"
using namespace std;
diff --git a/plugins/Boltun/src/Engine/TalkEngine.cpp b/plugins/Boltun/src/Engine/TalkEngine.cpp index 862cb4d313..59cf0512b1 100644 --- a/plugins/Boltun/src/Engine/TalkEngine.cpp +++ b/plugins/Boltun/src/Engine/TalkEngine.cpp @@ -18,7 +18,7 @@ //
//***********************************************************
-#include "..\stdafx.h"
+#include "../stdafx.h"
#ifdef _DEBUG
diff --git a/plugins/Boltun/src/Engine/UnrecentChooser.cpp b/plugins/Boltun/src/Engine/UnrecentChooser.cpp index 77e1a71d36..3775c7a2e5 100644 --- a/plugins/Boltun/src/Engine/UnrecentChooser.cpp +++ b/plugins/Boltun/src/Engine/UnrecentChooser.cpp @@ -18,7 +18,7 @@ //
//***********************************************************
-#include "..\stdafx.h"
+#include "../stdafx.h"
using namespace std;
diff --git a/plugins/Boltun/src/Engine/WordsList.cpp b/plugins/Boltun/src/Engine/WordsList.cpp index 439ee229dd..6593d28b3e 100644 --- a/plugins/Boltun/src/Engine/WordsList.cpp +++ b/plugins/Boltun/src/Engine/WordsList.cpp @@ -18,7 +18,7 @@ //
//***********************************************************
-#include "..\stdafx.h"
+#include "../stdafx.h"
using namespace std;
diff --git a/plugins/ClientChangeNotify/src/pcre.h b/plugins/ClientChangeNotify/src/pcre.h index 0a854af9c6..09294dabba 100644 --- a/plugins/ClientChangeNotify/src/pcre.h +++ b/plugins/ClientChangeNotify/src/pcre.h @@ -18,7 +18,7 @@ */
#include "CString.h"
-#include "..\..\..\libs\pcre16\src\pcre.h"
+#include "../../../libs/pcre16/src/pcre.h"
#pragma once
diff --git a/plugins/CryptoPP/src/GPGw/gpgw.h b/plugins/CryptoPP/src/GPGw/gpgw.h index abaf52430e..041c79abc5 100644 --- a/plugins/CryptoPP/src/GPGw/gpgw.h +++ b/plugins/CryptoPP/src/GPGw/gpgw.h @@ -2,7 +2,7 @@ #pragma once
-#include "..\version.h"
+#include "../version.h"
// gnupg plugin
#include "gpg_res.h"
diff --git a/plugins/CryptoPP/src/PGPw/pgpw.h b/plugins/CryptoPP/src/PGPw/pgpw.h index 9e26090e58..5659ca2058 100644 --- a/plugins/CryptoPP/src/PGPw/pgpw.h +++ b/plugins/CryptoPP/src/PGPw/pgpw.h @@ -2,7 +2,7 @@ #pragma once
-#include "..\version.h"
+#include "../version.h"
// PGP API
#ifndef PGP_WIN32
diff --git a/plugins/Db3x_mmap/src/dbtool/aggressive.cpp b/plugins/Db3x_mmap/src/dbtool/aggressive.cpp index 021011c5bd..b0db2001fd 100644 --- a/plugins/Db3x_mmap/src/dbtool/aggressive.cpp +++ b/plugins/Db3x_mmap/src/dbtool/aggressive.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License 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 BLOCKSIZE 65536
diff --git a/plugins/Db3x_mmap/src/dbtool/contactchain.cpp b/plugins/Db3x_mmap/src/dbtool/contactchain.cpp index 9ea8f0cf2b..fdc0922aba 100644 --- a/plugins/Db3x_mmap/src/dbtool/contactchain.cpp +++ b/plugins/Db3x_mmap/src/dbtool/contactchain.cpp @@ -17,7 +17,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"
static DWORD ofsThisContact, ofsDestPrevContact;
static DWORD contactCount;
diff --git a/plugins/Db3x_mmap/src/dbtool/disk.cpp b/plugins/Db3x_mmap/src/dbtool/disk.cpp index eb7736abe9..fabff439a2 100644 --- a/plugins/Db3x_mmap/src/dbtool/disk.cpp +++ b/plugins/Db3x_mmap/src/dbtool/disk.cpp @@ -17,7 +17,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"
int CDb3Mmap::SignatureValid(DWORD ofs, DWORD signature)
{
diff --git a/plugins/Db3x_mmap/src/dbtool/eventchain.cpp b/plugins/Db3x_mmap/src/dbtool/eventchain.cpp index 2fa96f1e27..4e2438c98d 100644 --- a/plugins/Db3x_mmap/src/dbtool/eventchain.cpp +++ b/plugins/Db3x_mmap/src/dbtool/eventchain.cpp @@ -22,7 +22,7 @@ You should have received a copy of the GNU General Public License 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 DBEF_ALL (DBEF_READ | DBEF_SENT | DBEF_RTL | DBEF_UTF | DBEF_ENCRYPTED)
diff --git a/plugins/Db3x_mmap/src/dbtool/finaltasks.cpp b/plugins/Db3x_mmap/src/dbtool/finaltasks.cpp index 5d29c75bbd..82a8b29a09 100644 --- a/plugins/Db3x_mmap/src/dbtool/finaltasks.cpp +++ b/plugins/Db3x_mmap/src/dbtool/finaltasks.cpp @@ -17,7 +17,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"
int CDb3Mmap::WorkFinalTasks(int)
{
diff --git a/plugins/Db3x_mmap/src/dbtool/initialchecks.cpp b/plugins/Db3x_mmap/src/dbtool/initialchecks.cpp index b3da3241ed..07505eb2ab 100644 --- a/plugins/Db3x_mmap/src/dbtool/initialchecks.cpp +++ b/plugins/Db3x_mmap/src/dbtool/initialchecks.cpp @@ -17,7 +17,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"
int CDb3Mmap::WorkInitialCheckHeaders()
{
diff --git a/plugins/Db3x_mmap/src/dbtool/modulechain.cpp b/plugins/Db3x_mmap/src/dbtool/modulechain.cpp index 02cedd2d91..cdfc9b3cc9 100644 --- a/plugins/Db3x_mmap/src/dbtool/modulechain.cpp +++ b/plugins/Db3x_mmap/src/dbtool/modulechain.cpp @@ -17,7 +17,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"
struct ModChainEntry {
DWORD ofsOld, ofsNew;
diff --git a/plugins/Db3x_mmap/src/dbtool/settingschain.cpp b/plugins/Db3x_mmap/src/dbtool/settingschain.cpp index 92c63c0b32..775e768d0a 100644 --- a/plugins/Db3x_mmap/src/dbtool/settingschain.cpp +++ b/plugins/Db3x_mmap/src/dbtool/settingschain.cpp @@ -17,7 +17,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"
static DWORD ofsThisSettings, ofsDestPrevSettings;
diff --git a/plugins/Db3x_mmap/src/dbtool/user.cpp b/plugins/Db3x_mmap/src/dbtool/user.cpp index 776fb53315..361e02d559 100644 --- a/plugins/Db3x_mmap/src/dbtool/user.cpp +++ b/plugins/Db3x_mmap/src/dbtool/user.cpp @@ -17,7 +17,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"
static DBContact user;
static int phase;
diff --git a/plugins/Db_autobackups/src/zip.cpp b/plugins/Db_autobackups/src/zip.cpp index a0a3f42194..f3f37e187f 100644 --- a/plugins/Db_autobackups/src/zip.cpp +++ b/plugins/Db_autobackups/src/zip.cpp @@ -1,5 +1,5 @@ #include "stdafx.h"
-#include "..\..\libs\zlib\src\zip.h"
+#include "../../libs/zlib/src/zip.h"
int CreateZipFile(const char *szDestPath, OBJLIST<ZipFile> &lstFiles, const std::function<bool(size_t)> &fnCallback)
{
diff --git a/plugins/Dbx_mdb/src/stdafx.h b/plugins/Dbx_mdb/src/stdafx.h index 128d323350..7c0a03418a 100644 --- a/plugins/Dbx_mdb/src/stdafx.h +++ b/plugins/Dbx_mdb/src/stdafx.h @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_netlib.h>
#include <m_gui.h>
-#include "lmdb\lmdb.h"
+#include "lmdb/lmdb.h"
#ifndef thread_local
# define thread_local __declspec(thread)
diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h index 7f0cdb079f..21da021e56 100644 --- a/plugins/Dropbox/src/stdafx.h +++ b/plugins/Dropbox/src/stdafx.h @@ -46,7 +46,7 @@ class CDropbox; #define DROPBOX_API_CU DROPBOX_CONTENT DROPBOX_API_VER
#define DROPBOX_APP_KEY "fa8du7gkf2q8xzg"
-#include "..\..\..\miranda-private-keys\Dropbox\secret_key.h"
+#include "../../../miranda-private-keys/Dropbox/secret_key.h"
class DropboxException
{
@@ -68,9 +68,9 @@ public: #include "dropbox_options.h"
#include "http_request.h"
-#include "api\account.h"
-#include "api\upload.h"
-#include "api\operations.h"
+#include "api/account.h"
+#include "api/upload.h"
+#include "api/operations.h"
#include "file_transfer.h"
#include "dropbox.h"
diff --git a/plugins/FTPFileYM/src/job_packer.h b/plugins/FTPFileYM/src/job_packer.h index 2b035ddda4..5cd36a0d87 100644 --- a/plugins/FTPFileYM/src/job_packer.h +++ b/plugins/FTPFileYM/src/job_packer.h @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "stdafx.h"
#include "job_generic.h"
-#include "..\..\libs\zlib\src\zip.h"
+#include "../../libs/zlib/src/zip.h"
class PackerJob : public GenericJob
{
diff --git a/plugins/Kuzne4ikCrypt/src/encrypt.cpp b/plugins/Kuzne4ikCrypt/src/encrypt.cpp index c1da694a31..2a495fc24a 100644 --- a/plugins/Kuzne4ikCrypt/src/encrypt.cpp +++ b/plugins/Kuzne4ikCrypt/src/encrypt.cpp @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h"
-#include "..\..\..\libs\zlib\src\zlib.h"
+#include "../../../libs/zlib/src/zlib.h"
const BYTE iv0[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
diff --git a/plugins/ListeningTo/src/music.h b/plugins/ListeningTo/src/music.h index 2ec93e7f53..f2089651e1 100644 --- a/plugins/ListeningTo/src/music.h +++ b/plugins/ListeningTo/src/music.h @@ -26,14 +26,14 @@ Boston, MA 02111-1307, USA. // Players
-#include "players\\player.h"
-#include "players\\watrack.h"
-#include "players\\generic.h"
-#include "players\\winamp.h"
-#include "players\\foobar.h"
-#include "players\\itunes.h"
-#include "players\\wmp.h"
-#include "players\\mradio.h"
+#include "players/player.h"
+#include "players/watrack.h"
+#include "players/generic.h"
+#include "players/winamp.h"
+#include "players/foobar.h"
+#include "players/itunes.h"
+#include "players/wmp.h"
+#include "players/mradio.h"
// First non polling ones
diff --git a/plugins/ListeningTo/src/players/foobar.cpp b/plugins/ListeningTo/src/players/foobar.cpp index a0198f18fa..4c1a2f8372 100644 --- a/plugins/ListeningTo/src/players/foobar.cpp +++ b/plugins/ListeningTo/src/players/foobar.cpp @@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "..\stdafx.h"
+#include "../stdafx.h"
static TCHAR *wcs[] = {
_T("{DA7CD0DE-1602-45e6-89A1-C2CA151E008E}/1"), // Foobar 0.9.1
diff --git a/plugins/ListeningTo/src/players/generic.cpp b/plugins/ListeningTo/src/players/generic.cpp index df0a14304e..10bb76f9f7 100644 --- a/plugins/ListeningTo/src/players/generic.cpp +++ b/plugins/ListeningTo/src/players/generic.cpp @@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "..\stdafx.h"
+#include "../stdafx.h"
static UINT hTimer = NULL;
static HANDLE hLog = NULL;
diff --git a/plugins/ListeningTo/src/players/itunes.cpp b/plugins/ListeningTo/src/players/itunes.cpp index fa444bc10d..af6723ece3 100644 --- a/plugins/ListeningTo/src/players/itunes.cpp +++ b/plugins/ListeningTo/src/players/itunes.cpp @@ -18,7 +18,7 @@ Boston, MA 02111-1307, USA. */
-#include "..\stdafx.h"
+#include "../stdafx.h"
extern "C"
{
#include "iTunesCOMInterface_i.c"
diff --git a/plugins/ListeningTo/src/players/mradio.cpp b/plugins/ListeningTo/src/players/mradio.cpp index 1b99945902..e2ce0b40ef 100644 --- a/plugins/ListeningTo/src/players/mradio.cpp +++ b/plugins/ListeningTo/src/players/mradio.cpp @@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "..\stdafx.h"
+#include "../stdafx.h"
MRadio::MRadio()
{
diff --git a/plugins/ListeningTo/src/players/player.cpp b/plugins/ListeningTo/src/players/player.cpp index d7834f3e83..652f58fc20 100644 --- a/plugins/ListeningTo/src/players/player.cpp +++ b/plugins/ListeningTo/src/players/player.cpp @@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "..\stdafx.h"
+#include "../stdafx.h"
extern void HasNewListeningInfo();
diff --git a/plugins/ListeningTo/src/players/watrack.cpp b/plugins/ListeningTo/src/players/watrack.cpp index 7f3a6a68cc..1e5af52236 100644 --- a/plugins/ListeningTo/src/players/watrack.cpp +++ b/plugins/ListeningTo/src/players/watrack.cpp @@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "..\stdafx.h"
+#include "../stdafx.h"
static WATrack *instance = NULL;
diff --git a/plugins/ListeningTo/src/players/winamp.cpp b/plugins/ListeningTo/src/players/winamp.cpp index 1dcaea4e98..1c3dd02e3e 100644 --- a/plugins/ListeningTo/src/players/winamp.cpp +++ b/plugins/ListeningTo/src/players/winamp.cpp @@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "..\stdafx.h"
+#include "../stdafx.h"
static TCHAR *wcs[] = {
_T("Winamp v1.x")
diff --git a/plugins/ListeningTo/src/players/wmp.cpp b/plugins/ListeningTo/src/players/wmp.cpp index 2b46ba6195..93776b626c 100644 --- a/plugins/ListeningTo/src/players/wmp.cpp +++ b/plugins/ListeningTo/src/players/wmp.cpp @@ -17,7 +17,7 @@ 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 WMP_WINDOWCLASS _T("MsnMsgrUIManager")
diff --git a/plugins/ListeningTo/src/stdafx.h b/plugins/ListeningTo/src/stdafx.h index b295924e13..81ba49f016 100644 --- a/plugins/ListeningTo/src/stdafx.h +++ b/plugins/ListeningTo/src/stdafx.h @@ -47,9 +47,9 @@ Boston, MA 02111-1307, USA. #include <m_toptoolbar.h>
#include <m_listeningto.h>
-#include "..\..\utils\mir_options.h"
-#include "..\..\utils\mir_buffer.h"
-#include "..\..\utils\utf8_helpers.h"
+#include "../../utils/mir_options.h"
+#include "../../utils/mir_buffer.h"
+#include "../../utils/utf8_helpers.h"
#include "music.h"
#include "resource.h"
diff --git a/plugins/LotusNotify/src/stdafx.h b/plugins/LotusNotify/src/stdafx.h index 76860539ea..f94dbb2002 100644 --- a/plugins/LotusNotify/src/stdafx.h +++ b/plugins/LotusNotify/src/stdafx.h @@ -31,14 +31,14 @@ #if defined(_WIN64)
#define _AMD64_
#endif
-#include "cnotesapi\include\global.h"
-#include "cnotesapi\include\osmisc.h"
-#include "cnotesapi\include\nsfdb.h"
-#include "cnotesapi\include\nsfsearc.h"
-#include "cnotesapi\include\names.h"
-#include "cnotesapi\include\osenv.h"
-#include "cnotesapi\include\extmgr.h"
-#include "cnotesapi\include\bsafeerr.h"
-#include "cnotesapi\include\nsferr.h"
+#include "cnotesapi/include/global.h"
+#include "cnotesapi/include/osmisc.h"
+#include "cnotesapi/include/nsfdb.h"
+#include "cnotesapi/include/nsfsearc.h"
+#include "cnotesapi/include/names.h"
+#include "cnotesapi/include/osenv.h"
+#include "cnotesapi/include/extmgr.h"
+#include "cnotesapi/include/bsafeerr.h"
+#include "cnotesapi/include/nsferr.h"
diff --git a/plugins/MimCmd/src/stdafx.h b/plugins/MimCmd/src/stdafx.h index 2bb58cfe34..73c8e327f0 100644 --- a/plugins/MimCmd/src/stdafx.h +++ b/plugins/MimCmd/src/stdafx.h @@ -33,9 +33,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_system_cpp.h>
#include <m_string.h>
-#include "..\CmdLine\src\mimcmd_ipc.h"
+#include "../CmdLine/src/mimcmd_ipc.h"
#include "version.h"
-#include "..\CmdLine\src\utils.h"
+#include "../CmdLine/src/utils.h"
#include "commands.h"
int lpprintf(const char *format, ...);
diff --git a/plugins/MirLua/Modules/m_json/src/stdafx.h b/plugins/MirLua/Modules/m_json/src/stdafx.h index d8ecdcacb5..298f91d5c2 100644 --- a/plugins/MirLua/Modules/m_json/src/stdafx.h +++ b/plugins/MirLua/Modules/m_json/src/stdafx.h @@ -3,7 +3,7 @@ #include <Windows.h>
#include <lua.hpp>
#include <m_system_cpp.h>
-//#include "..\..\..\src\mlua_metatable.h"
+//#include "../../../src/mlua_metatable.h"
#include <m_core.h>
#include <m_json.h>
diff --git a/plugins/MirandaG15/src/CAppletManager.h b/plugins/MirandaG15/src/CAppletManager.h index c0836a9ff6..a01b3268a1 100644 --- a/plugins/MirandaG15/src/CAppletManager.h +++ b/plugins/MirandaG15/src/CAppletManager.h @@ -1,7 +1,7 @@ #ifndef _COUTPUTMANAGER_H_
#define _COUTPUTMANAGER_H_
-#include "LCDFramework\CLCDOutputManager.h"
+#include "LCDFramework/CLCDOutputManager.h"
#include "CProtocolData.h"
#include "CIRCHistory.h"
@@ -14,7 +14,7 @@ #include "CCreditsScreen.h"
#include "CScreensaverScreen.h"
-#include "LCDFramework\CLCDConnectionLogitech.h"
+#include "LCDFramework/CLCDConnectionLogitech.h"
struct SMessageJob
{
diff --git a/plugins/MirandaG15/src/CChatScreen.h b/plugins/MirandaG15/src/CChatScreen.h index f9f818d16c..371cbaf4fd 100644 --- a/plugins/MirandaG15/src/CChatScreen.h +++ b/plugins/MirandaG15/src/CChatScreen.h @@ -3,9 +3,9 @@ #include "CScreen.h"
-#include "LCDFramework\CLCDLabel.h"
-#include "LCDFramework\CLCDTextLog.h"
-#include "LCDFramework\CLCDInput.h"
+#include "LCDFramework/CLCDLabel.h"
+#include "LCDFramework/CLCDTextLog.h"
+#include "LCDFramework/CLCDInput.h"
class CChatScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/CContactList.h b/plugins/MirandaG15/src/CContactList.h index 1c0679c59b..ed556ce872 100644 --- a/plugins/MirandaG15/src/CContactList.h +++ b/plugins/MirandaG15/src/CContactList.h @@ -1,7 +1,7 @@ #ifndef _CCONTACTLIST_H_
#define _CCONTACTLIST_H_
-#include "LCDFramework\CLCDList.h"
+#include "LCDFramework/CLCDList.h"
class CContactListEntry
{
diff --git a/plugins/MirandaG15/src/CContactlistScreen.h b/plugins/MirandaG15/src/CContactlistScreen.h index f181dae01c..329532a231 100644 --- a/plugins/MirandaG15/src/CContactlistScreen.h +++ b/plugins/MirandaG15/src/CContactlistScreen.h @@ -3,7 +3,7 @@ #include "CScreen.h"
#include "CContactList.h"
-#include "LCDFramework\CLCDBar.h"
+#include "LCDFramework/CLCDBar.h"
class CContactlistScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/CCreditsScreen.h b/plugins/MirandaG15/src/CCreditsScreen.h index 115471f74a..c239094114 100644 --- a/plugins/MirandaG15/src/CCreditsScreen.h +++ b/plugins/MirandaG15/src/CCreditsScreen.h @@ -2,7 +2,7 @@ #define _CCREDITSSCREEN_H_
#include "CScreen.h"
-#include "LCDFramework\CLCDLabel.h"
+#include "LCDFramework/CLCDLabel.h"
class CCreditsScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/CEventLog.h b/plugins/MirandaG15/src/CEventLog.h index 883ca4473f..9c27fe64e8 100644 --- a/plugins/MirandaG15/src/CEventLog.h +++ b/plugins/MirandaG15/src/CEventLog.h @@ -1,7 +1,7 @@ #ifndef _CEVENTLOG_H_
#define _CEVENTLOG_H_
-#include "LCDFramework\CLCDList.h"
+#include "LCDFramework/CLCDList.h"
class CEventLogEntry
{
diff --git a/plugins/MirandaG15/src/CEventScreen.h b/plugins/MirandaG15/src/CEventScreen.h index 7ef9135744..456fa5ff29 100644 --- a/plugins/MirandaG15/src/CEventScreen.h +++ b/plugins/MirandaG15/src/CEventScreen.h @@ -3,7 +3,7 @@ #include "CScreen.h"
#include "CEventLog.h"
-#include "LCDFramework\CLCDBar.h"
+#include "LCDFramework/CLCDBar.h"
class CEventScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/CNotificationScreen.h b/plugins/MirandaG15/src/CNotificationScreen.h index 957cdb80dc..f5142c554c 100644 --- a/plugins/MirandaG15/src/CNotificationScreen.h +++ b/plugins/MirandaG15/src/CNotificationScreen.h @@ -2,10 +2,10 @@ #define _CNOTIFICATIONSCREEN_H_
#include "CScreen.h"
-#include "LCDFramework\CLCDLabel.h"
-#include "LCDFramework\CLCDTextLog.h"
-#include "LCDFramework\CLCDBar.h"
-#include "LCDFramework\CLCDInput.h"
+#include "LCDFramework/CLCDLabel.h"
+#include "LCDFramework/CLCDTextLog.h"
+#include "LCDFramework/CLCDBar.h"
+#include "LCDFramework/CLCDInput.h"
class CNotificationEntry
{
diff --git a/plugins/MirandaG15/src/CScreen.h b/plugins/MirandaG15/src/CScreen.h index 7c3939861c..9bcb6ef589 100644 --- a/plugins/MirandaG15/src/CScreen.h +++ b/plugins/MirandaG15/src/CScreen.h @@ -1,8 +1,8 @@ #ifndef _CSCREEN_H_
#define _CSCREEN_H_
-#include "LCDFramework\CLCDScreen.h"
-#include "LCDFramework\CLCDBitmap.h"
+#include "LCDFramework/CLCDScreen.h"
+#include "LCDFramework/CLCDBitmap.h"
//#include "CLCDLabel.h"
class CScreen : public CLCDScreen
diff --git a/plugins/MirandaG15/src/CScreensaverScreen.h b/plugins/MirandaG15/src/CScreensaverScreen.h index 515e80e290..4a42df56ea 100644 --- a/plugins/MirandaG15/src/CScreensaverScreen.h +++ b/plugins/MirandaG15/src/CScreensaverScreen.h @@ -2,7 +2,7 @@ #define _CSCREENSAVERSSCREEN_H_
#include "CScreen.h"
-#include "LCDFramework\CLCDLabel.h"
+#include "LCDFramework/CLCDLabel.h"
class CScreensaverScreen : public CScreen
{
diff --git a/plugins/MirandaG15/src/StdAfx.h b/plugins/MirandaG15/src/StdAfx.h index e1812a712d..176f52cdb6 100644 --- a/plugins/MirandaG15/src/StdAfx.h +++ b/plugins/MirandaG15/src/StdAfx.h @@ -39,7 +39,7 @@ using namespace std; #define ASSERT assert
-#include "LCDFramework\LCDFramework.h"
+#include "LCDFramework/LCDFramework.h"
#include "Miranda.h"
#include "CEvent.h"
diff --git a/plugins/ModernOpt/src/stdafx.h b/plugins/ModernOpt/src/stdafx.h index 6580c139c1..2ead5cfb66 100644 --- a/plugins/ModernOpt/src/stdafx.h +++ b/plugins/ModernOpt/src/stdafx.h @@ -42,4 +42,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "resource.h"
#include "version.h"
#include "modernopt.h"
-#include "..\..\..\src\mir_app\src\resource.h"
+#include "../../../src/mir_app/src/resource.h"
diff --git a/plugins/NewAwaySysMod/src/stdafx.h b/plugins/NewAwaySysMod/src/stdafx.h index 8453aa8fae..37a3c6185a 100644 --- a/plugins/NewAwaySysMod/src/stdafx.h +++ b/plugins/NewAwaySysMod/src/stdafx.h @@ -46,7 +46,7 @@ #include "m_protosvc.h"
#include "m_options.h"
#include "m_netlib.h"
-#include "..\..\protocols\IcqOscarJ\src\icq_constants.h"
+#include "../../protocols/IcqOscarJ/src/icq_constants.h"
#include "m_skin.h"
#include "m_awaymsg.h"
#include "m_utils.h"
diff --git a/plugins/NewsAggregator/Src/stdafx.h b/plugins/NewsAggregator/Src/stdafx.h index 6e84892346..d7de67206c 100644 --- a/plugins/NewsAggregator/Src/stdafx.h +++ b/plugins/NewsAggregator/Src/stdafx.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. #include <malloc.h>
#include <fcntl.h>
#include <io.h>
-#include <sys\stat.h>
+#include <sys/stat.h>
#include <mshtml.h>
// Miranda header files
diff --git a/plugins/OpenSSL/src/stdafx.h b/plugins/OpenSSL/src/stdafx.h index 794cb197f3..e577d911df 100644 --- a/plugins/OpenSSL/src/stdafx.h +++ b/plugins/OpenSSL/src/stdafx.h @@ -38,8 +38,8 @@ typedef struct SslHandle *HSSL; #include <m_string.h> #include <m_ssl.h> -#include <openssl\ssl.h> -#include <openssl\rand.h> +#include <openssl/ssl.h> +#include <openssl/rand.h> #include "version.h" diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h index 0a97be2de0..872a7d372b 100644 --- a/plugins/PluginUpdater/src/stdafx.h +++ b/plugins/PluginUpdater/src/stdafx.h @@ -47,7 +47,7 @@ Boston, MA 02111-1307, USA. #include "resource.h"
#if MIRANDA_VER < 0x0A00
-#include "Compat\compat.h"
+#include "Compat/compat.h"
#endif
#include "Notifications.h"
diff --git a/plugins/PluginUpdater/src/unzipfile.cpp b/plugins/PluginUpdater/src/unzipfile.cpp index 4b79f0fc52..c4696096aa 100644 --- a/plugins/PluginUpdater/src/unzipfile.cpp +++ b/plugins/PluginUpdater/src/unzipfile.cpp @@ -22,9 +22,9 @@ Boston, MA 02111-1307, USA. extern "C"
{
#if MIRANDA_VER < 0x0A00
- #include "Minizip\unzip.h"
+ #include "Minizip/unzip.h"
#else
- #include "..\..\libs\zlib\src\unzip.h"
+ #include "../../libs/zlib/src/unzip.h"
#endif
void fill_fopen64_filefunc(zlib_filefunc64_def *pzlib_filefunc_def);
diff --git a/plugins/Quotes/src/stdafx.h b/plugins/Quotes/src/stdafx.h index 48d99a70b3..bb38b5b290 100644 --- a/plugins/Quotes/src/stdafx.h +++ b/plugins/Quotes/src/stdafx.h @@ -10,7 +10,7 @@ #include <comdef.h>
#include <commctrl.h>
#include <ShellAPI.h>
-#include <sys\stat.h>
+#include <sys/stat.h>
#include <CommDlg.h>
#include <fstream>
#include <msapi/comptr.h>
diff --git a/plugins/SecureIM/src/commonheaders.h b/plugins/SecureIM/src/commonheaders.h index 482289edce..cc629fa102 100644 --- a/plugins/SecureIM/src/commonheaders.h +++ b/plugins/SecureIM/src/commonheaders.h @@ -40,7 +40,7 @@ #include "secureim.h"
#include "version.h"
#include "resource.h"
-#include "..\SecureIM_icons\src\resource.h"
+#include "../SecureIM_icons/src/resource.h"
#include "language.h"
#include "mmi.h"
#include "crypt.h"
diff --git a/plugins/SmileyAdd/src/regexp/WCMatcher.cpp b/plugins/SmileyAdd/src/regexp/WCMatcher.cpp index 5a1f73c183..939e347afd 100644 --- a/plugins/SmileyAdd/src/regexp/WCMatcher.cpp +++ b/plugins/SmileyAdd/src/regexp/WCMatcher.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h"
+#include "../stdafx.h"
const int WCMatcher::MATCH_ENTIRE_STRING = 0x01;
diff --git a/plugins/SmileyAdd/src/regexp/WCPattern.cpp b/plugins/SmileyAdd/src/regexp/WCPattern.cpp index c64022e460..22a7b78847 100644 --- a/plugins/SmileyAdd/src/regexp/WCPattern.cpp +++ b/plugins/SmileyAdd/src/regexp/WCPattern.cpp @@ -23,7 +23,7 @@ @version 1.07.00
*/
-#include "..\stdafx.h"
+#include "../stdafx.h"
std::map<CMString, WCPattern *> WCPattern::compiledWCPatterns;
std::map<CMString, std::pair<CMString, unsigned long> > WCPattern::registeredWCPatterns;
diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index f45b5a5365..3f9d130e8e 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <commctrl.h>
#include <gdiplus.h>
#include <tom.h>
-#include <msapi\comptr.h>
+#include <msapi/comptr.h>
#include <io.h>
#include <fcntl.h>
@@ -70,8 +70,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_smileyadd.h>
#include <m_folders.h>
-#include "regexp\wcpattern.h"
-#include "regexp\wcmatcher.h"
+#include "regexp/wcpattern.h"
+#include "regexp/wcmatcher.h"
typedef WCPattern _TPattern;
typedef WCMatcher _TMatcher;
diff --git a/plugins/Spamotron/src/stdafx.h b/plugins/Spamotron/src/stdafx.h index f580427752..5e438adadd 100644 --- a/plugins/Spamotron/src/stdafx.h +++ b/plugins/Spamotron/src/stdafx.h @@ -17,7 +17,7 @@ #include "m_folders.h"
-#include "..\..\libs\pcre16\src\pcre.h"
+#include "../../libs/pcre16/src/pcre.h"
#include "resource.h"
#include "version.h"
@@ -116,7 +116,7 @@ int LogToSystemHistory(char *message, char *origmessage); /* bayes.c */
-#include "sqlite3\sqlite3.h"
+#include "sqlite3/sqlite3.h"
extern sqlite3 *bayesdb;
#define BAYESDB_PATH "spamotron"
#define BAYESDB_FILENAME "bayes.db"
diff --git a/plugins/StopSpamMod/src/stdafx.h b/plugins/StopSpamMod/src/stdafx.h index 15c247ada0..028c8089c4 100755 --- a/plugins/StopSpamMod/src/stdafx.h +++ b/plugins/StopSpamMod/src/stdafx.h @@ -31,7 +31,7 @@ using namespace std; #include "version.h" #include "resource.h" #include "utilities.h" -#include "include\utf8.h" +#include "include/utf8.h" extern HINSTANCE hInst; extern HANDLE hStopSpamLogDirH; diff --git a/plugins/TabSRMM/src/chat/log.cpp b/plugins/TabSRMM/src/chat/log.cpp index 5ec32871ae..33121fd580 100644 --- a/plugins/TabSRMM/src/chat/log.cpp +++ b/plugins/TabSRMM/src/chat/log.cpp @@ -27,7 +27,7 @@ // Implements the richedit-based message history display for the group
// chat window.
-#include "..\stdafx.h"
+#include "../stdafx.h"
/*
* The code for streaming the text is to a large extent copied from
diff --git a/plugins/TabSRMM/src/chat/main.cpp b/plugins/TabSRMM/src/chat/main.cpp index f401e72309..a158607a14 100644 --- a/plugins/TabSRMM/src/chat/main.cpp +++ b/plugins/TabSRMM/src/chat/main.cpp @@ -26,7 +26,7 @@ //
// chat module exports and functions to load/unload the plugin.
-#include "..\stdafx.h"
+#include "../stdafx.h"
HANDLE g_hWindowList;
HMENU g_hMenu = NULL;
diff --git a/plugins/TabSRMM/src/chat/manager.cpp b/plugins/TabSRMM/src/chat/manager.cpp index 84cd844f18..b1958c909c 100644 --- a/plugins/TabSRMM/src/chat/manager.cpp +++ b/plugins/TabSRMM/src/chat/manager.cpp @@ -24,7 +24,7 @@ //
// (C) 2005-2010 by silvercircle _at_ gmail _dot_ com and contributors
-#include "..\stdafx.h"
+#include "../stdafx.h"
static int sttCompareNicknames(const TCHAR *s1, const TCHAR *s2)
{
diff --git a/plugins/TabSRMM/src/chat/muchighlight.cpp b/plugins/TabSRMM/src/chat/muchighlight.cpp index daaa8fce07..4567ba7000 100644 --- a/plugins/TabSRMM/src/chat/muchighlight.cpp +++ b/plugins/TabSRMM/src/chat/muchighlight.cpp @@ -26,7 +26,7 @@ //
// highlighter class for multi user chats
-#include "..\stdafx.h"
+#include "../stdafx.h"
void CMUCHighlight::cleanup()
{
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index 2da965d14e..c28cc51af0 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -26,7 +26,7 @@ //
// group chat options and generic font handling
-#include "..\stdafx.h"
+#include "../stdafx.h"
#define FONTF_BOLD 1
#define FONTF_ITALIC 2
diff --git a/plugins/TabSRMM/src/chat/services.cpp b/plugins/TabSRMM/src/chat/services.cpp index 122e287735..0215f305f7 100644 --- a/plugins/TabSRMM/src/chat/services.cpp +++ b/plugins/TabSRMM/src/chat/services.cpp @@ -26,7 +26,7 @@ //
// This implements the services that form the group chat API
-#include "..\stdafx.h"
+#include "../stdafx.h"
HWND CreateNewRoom(TContainerData *pContainer, SESSION_INFO *si, BOOL bActivateTab, BOOL bPopupContainer, BOOL bWantPopup)
{
diff --git a/plugins/TabSRMM/src/chat/tools.cpp b/plugins/TabSRMM/src/chat/tools.cpp index 6e722c597b..febc897b1b 100644 --- a/plugins/TabSRMM/src/chat/tools.cpp +++ b/plugins/TabSRMM/src/chat/tools.cpp @@ -26,7 +26,7 @@ //
// Helper functions for the group chat module.
-#include "..\stdafx.h"
+#include "../stdafx.h"
int GetRichTextLength(HWND hwnd)
{
diff --git a/plugins/TabSRMM/src/chat/window.cpp b/plugins/TabSRMM/src/chat/window.cpp index 5ecd96eeed..71bdd2811b 100644 --- a/plugins/TabSRMM/src/chat/window.cpp +++ b/plugins/TabSRMM/src/chat/window.cpp @@ -26,7 +26,7 @@ // // This implements the group chat dialog window -#include "..\stdafx.h" +#include "../stdafx.h" // externs... extern LRESULT CALLBACK SplitterSubclassProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 3df0bc4185..e096eae9ec 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -750,7 +750,7 @@ struct TLogIcon { HBRUSH hBkgBrush;
};
-#include "..\TabSRMM_icons\resource.h" // icon pack values
+#include "../TabSRMM_icons/resource.h" // icon pack values
struct TCpTable {
UINT cpId;
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index bee1a8f4f2..d38bfa6cf6 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -46,7 +46,7 @@ #include <malloc.h>
#include <locale.h>
-#include <msapi\vsstyle.h>
+#include <msapi/vsstyle.h>
#include <m_avatars.h>
#include <m_message.h>
#include <win2k.h>
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index 5b4df4701c..06f2ee3bef 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -3,7 +3,7 @@ #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
-#include <wrl\implements.h>
+#include <wrl/implements.h>
#include <windows.ui.notifications.h>
#include <ShObjIdl.h>
#include <propvarutil.h>
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
diff --git a/plugins/Variables/src/stdafx.h b/plugins/Variables/src/stdafx.h index fba748c67e..18d94c61ca 100644 --- a/plugins/Variables/src/stdafx.h +++ b/plugins/Variables/src/stdafx.h @@ -46,9 +46,9 @@ #include <m_variables.h>
-#include "..\helpers\gen_helpers.h"
+#include "../helpers/gen_helpers.h"
-#include "..\..\libs\pcre16\src\pcre.h"
+#include "../../libs/pcre16/src/pcre.h"
#include "resource.h"
#include "version.h"
diff --git a/plugins/WinterSpeak/src/SpeechApi40a.cpp b/plugins/WinterSpeak/src/SpeechApi40a.cpp index 7689cd39e4..3afe7250b8 100644 --- a/plugins/WinterSpeak/src/SpeechApi40a.cpp +++ b/plugins/WinterSpeak/src/SpeechApi40a.cpp @@ -12,7 +12,7 @@ #include <ObjError.h>
#include <Ole2Ver.h>
-#include "SAPI 4.0\Include\speech.h"
+#include "SAPI 4.0/Include/speech.h"
//#include <spchwrap.h>
#include <sstream>
diff --git a/plugins/WinterSpeak/src/SpeechApi40aLexicon.cpp b/plugins/WinterSpeak/src/SpeechApi40aLexicon.cpp index bf511458a9..03c960e68a 100644 --- a/plugins/WinterSpeak/src/SpeechApi40aLexicon.cpp +++ b/plugins/WinterSpeak/src/SpeechApi40aLexicon.cpp @@ -10,7 +10,7 @@ #include <ObjError.h>
#include <Ole2Ver.h>
-#include "SAPI 4.0\Include\speech.h"
+#include "SAPI 4.0/Include/speech.h"
//#include <spchwrap.h>
diff --git a/plugins/YAMN/src/browser/badconnect.cpp b/plugins/YAMN/src/browser/badconnect.cpp index 6b86acf6d9..68ce7fa9db 100644 --- a/plugins/YAMN/src/browser/badconnect.cpp +++ b/plugins/YAMN/src/browser/badconnect.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002,2004
*/
-#include "..\stdafx.h"
+#include "../stdafx.h"
#define BADCONNECTTITLE LPGEN("%s - connection error")
#define BADCONNECTMSG LPGEN("An error occurred. Error code: %d")//is in use?
diff --git a/plugins/YAMN/src/proto/netlib.cpp b/plugins/YAMN/src/proto/netlib.cpp index 1bad6db026..0d8df55ab1 100644 --- a/plugins/YAMN/src/proto/netlib.cpp +++ b/plugins/YAMN/src/proto/netlib.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002-2004
*/
-#include "..\stdafx.h"
+#include "../stdafx.h"
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
diff --git a/plugins/YAMN/src/proto/pop3/pop3.cpp b/plugins/YAMN/src/proto/pop3/pop3.cpp index 2006535eef..5204ba1259 100644 --- a/plugins/YAMN/src/proto/pop3/pop3.cpp +++ b/plugins/YAMN/src/proto/pop3/pop3.cpp @@ -23,7 +23,7 @@ * */ -#include "..\..\stdafx.h" +#include "../../stdafx.h" //-------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------- diff --git a/plugins/YAMN/src/stdafx.h b/plugins/YAMN/src/stdafx.h index f187b472c2..31ec1ca5dd 100644 --- a/plugins/YAMN/src/stdafx.h +++ b/plugins/YAMN/src/stdafx.h @@ -36,11 +36,11 @@ #include "resource.h"
#include "debug.h"
#include "version.h"
-#include "proto\netclient.h"
-#include "proto\netlib.h"
-#include "proto\pop3\pop3.h"
-#include "proto\pop3\pop3comm.h"
-#include "proto\pop3\pop3opt.h"
+#include "proto/netclient.h"
+#include "proto/netlib.h"
+#include "proto/pop3/pop3.h"
+#include "proto/pop3/pop3comm.h"
+#include "proto/pop3/pop3opt.h"
//From services.cpp
diff --git a/plugins/YARelay/src/main.cpp b/plugins/YARelay/src/main.cpp index 8756f19d86..60916d5673 100644 --- a/plugins/YARelay/src/main.cpp +++ b/plugins/YARelay/src/main.cpp @@ -19,7 +19,7 @@ Features: #include "stdafx.h"
-#include "..\..\utils\mir_buffer.h"
+#include "../../utils/mir_buffer.h"
CLIST_INTERFACE *pcli;
HINSTANCE hInst;
|