diff options
Diffstat (limited to 'protocols')
-rwxr-xr-x | protocols/AimOscar/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/icq_xstatus.cpp | 2 | ||||
-rw-r--r-- | protocols/MRA/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/MSN/src/msn_auth.cpp | 2 | ||||
-rw-r--r-- | protocols/Sametime/src/glib/gregex.c | 2 | ||||
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 32 | ||||
-rw-r--r-- | protocols/Steam/src/stdafx.h | 28 | ||||
-rw-r--r-- | protocols/Telegram/src/stdafx.h | 14 | ||||
-rw-r--r-- | protocols/Telegram/src/tgl/auto/auto-store-ds.c | 4 | ||||
-rw-r--r-- | protocols/Telegram/src/tgl/auto/auto-store.c | 6 | ||||
-rw-r--r-- | protocols/Telegram/src/tgl/auto/auto-types.c | 2 | ||||
-rw-r--r-- | protocols/Telegram/src/tgl/tgl-net.c | 4 | ||||
-rw-r--r-- | protocols/Telegram/src/tgl/tools.c | 2 | ||||
-rw-r--r-- | protocols/WhatsApp/src/proto.cpp | 2 | ||||
-rw-r--r-- | protocols/WhatsApp/src/stdafx.h | 2 |
15 files changed, 53 insertions, 53 deletions
diff --git a/protocols/AimOscar/src/stdafx.h b/protocols/AimOscar/src/stdafx.h index 59d7044297..da3b5b7eb2 100755 --- a/protocols/AimOscar/src/stdafx.h +++ b/protocols/AimOscar/src/stdafx.h @@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <Uxtheme.h>
//Miranda NG includes
-#include <msapi\vssym32.h>
+#include <msapi/vssym32.h>
#include <newpluginapi.h>
#include <m_avatars.h>
#include <m_button.h>
diff --git a/protocols/IcqOscarJ/src/icq_xstatus.cpp b/protocols/IcqOscarJ/src/icq_xstatus.cpp index 6d428290aa..9a21a65877 100644 --- a/protocols/IcqOscarJ/src/icq_xstatus.cpp +++ b/protocols/IcqOscarJ/src/icq_xstatus.cpp @@ -29,7 +29,7 @@ #include "stdafx.h"
#include "m_extraicons.h"
-#include "..\icq_xstatus\src\resource.h"
+#include "../icq_xstatus/src/resource.h"
static HANDLE hXStatusIcons[XSTATUS_COUNT];
static int hXStatusCListIcons[XSTATUS_COUNT];
diff --git a/protocols/MRA/src/stdafx.h b/protocols/MRA/src/stdafx.h index f221a23f92..6fd37937ae 100644 --- a/protocols/MRA/src/stdafx.h +++ b/protocols/MRA/src/stdafx.h @@ -56,7 +56,7 @@ #define PROTO_VERSION_MINOR 21
#include "resource.h"
-#include "..\xstatus_MRA\src\resource.h"
+#include "../xstatus_MRA/src/resource.h"
#include "Sdk/MemoryFind.h"
#include "Sdk/MemoryFindByte.h"
diff --git a/protocols/MSN/src/msn_auth.cpp b/protocols/MSN/src/msn_auth.cpp index fb6967929f..8739f0e239 100644 --- a/protocols/MSN/src/msn_auth.cpp +++ b/protocols/MSN/src/msn_auth.cpp @@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. extern "C"
{
- #include "skylogin\skylogin.h"
+ #include "skylogin/skylogin.h"
};
#define LOGIN_POST_PARAMS "client_id=00000000480BC46C&scope=service%3A%3Askype.com%3A%3AMBI_SSL&response_type=token&redirect_uri=https%3A%2F%2Flogin.live.com%2Foauth20_desktop.srf"
diff --git a/protocols/Sametime/src/glib/gregex.c b/protocols/Sametime/src/glib/gregex.c index 8972cc1254..45f24fec97 100644 --- a/protocols/Sametime/src/glib/gregex.c +++ b/protocols/Sametime/src/glib/gregex.c @@ -26,7 +26,7 @@ #ifdef USE_SYSTEM_PCRE #include <pcre.h> #else -#include "..\..\..\..\libs\pcre16\src\pcre.h" +#include "../../../../libs/pcre16/src/pcre.h" #endif #include "gtypes.h" diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index a3840cfd3e..4f33cf6d1a 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -116,22 +116,22 @@ struct MessageId #include "skype_utils.h"
#include "skype_db.h"
#include "http_request.h"
-#include "requests\login.h"
-#include "requests\profile.h"
-#include "requests\contacts.h"
-#include "requests\status.h"
-#include "requests\endpoint.h"
-#include "requests\capabilities.h"
-#include "requests\subscriptions.h"
-#include "requests\messages.h"
-#include "requests\history.h"
-#include "requests\poll.h"
-#include "requests\avatars.h"
-#include "requests\search.h"
-#include "requests\chatrooms.h"
-#include "requests\trouter.h"
-#include "requests\mslogin.h"
-#include "requests\asm\files.h"
+#include "requests/login.h"
+#include "requests/profile.h"
+#include "requests/contacts.h"
+#include "requests/status.h"
+#include "requests/endpoint.h"
+#include "requests/capabilities.h"
+#include "requests/subscriptions.h"
+#include "requests/messages.h"
+#include "requests/history.h"
+#include "requests/poll.h"
+#include "requests/avatars.h"
+#include "requests/search.h"
+#include "requests/chatrooms.h"
+#include "requests/trouter.h"
+#include "requests/mslogin.h"
+#include "requests/asm/files.h"
#include "request_queue.h"
#include "skype_proto.h"
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index b86ae3908f..44e3dfc893 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -63,20 +63,20 @@ extern HANDLE hExtraXStatus; #include "steam_options.h"
#include "http_request.h"
#include "request_queue.h"
-#include "api\authorization.h"
-#include "api\authorization.h"
-#include "api\avatar.h"
-#include "api\captcha.h"
-#include "api\friend.h"
-#include "api\friend_list.h"
-#include "api\history.h"
-#include "api\login.h"
-#include "api\message.h"
-#include "api\pending.h"
-#include "api\poll.h"
-#include "api\rsa_key.h"
-#include "api\search.h"
-#include "api\session.h"
+#include "api/authorization.h"
+#include "api/authorization.h"
+#include "api/avatar.h"
+#include "api/captcha.h"
+#include "api/friend.h"
+#include "api/friend_list.h"
+#include "api/history.h"
+#include "api/login.h"
+#include "api/message.h"
+#include "api/pending.h"
+#include "api/poll.h"
+#include "api/rsa_key.h"
+#include "api/search.h"
+#include "api/session.h"
#include "steam_proto.h"
#endif //_COMMON_H_
\ No newline at end of file diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h index 3393f840e7..43047dfb4a 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -1,7 +1,7 @@ #ifndef _STDAFX_H_
#define _STDAFX_H_
-#include "..\..\..\miranda-private-keys\Telegram\api.h"
+#include "../../../miranda-private-keys/Telegram/api.h"
#include <windows.h>
#include <time.h>
@@ -41,12 +41,12 @@ extern "C"
{
- #include "tgl\tgl.h"
- #include "tgl\tgl-net.h"
- #include "tgl\tgl-timers.h"
- #include "tgl\tgl-binlog.h"
- #include "tgl\config.h"
- #include "tgl\mtproto-client.h"
+ #include "tgl/tgl.h"
+ #include "tgl/tgl-net.h"
+ #include "tgl/tgl-timers.h"
+ #include "tgl/tgl-binlog.h"
+ #include "tgl/config.h"
+ #include "tgl/mtproto-client.h"
}
diff --git a/protocols/Telegram/src/tgl/auto/auto-store-ds.c b/protocols/Telegram/src/tgl/auto/auto-store-ds.c index 3b963b6ef3..fcc84539db 100644 --- a/protocols/Telegram/src/tgl/auto/auto-store-ds.c +++ b/protocols/Telegram/src/tgl/auto/auto-store-ds.c @@ -1,9 +1,9 @@ #ifdef _MSC_VER
-#include "..\auto.h"
+#include "../auto.h"
#include "auto-store-ds.h"
#include "auto-skip.h"
#include "auto-types.h"
-#include "..\mtproto-common.h"
+#include "../mtproto-common.h"
#else
#include "auto.h"
#include "auto/auto-store-ds.h"
diff --git a/protocols/Telegram/src/tgl/auto/auto-store.c b/protocols/Telegram/src/tgl/auto/auto-store.c index 50d5ff7970..99dc5c392c 100644 --- a/protocols/Telegram/src/tgl/auto/auto-store.c +++ b/protocols/Telegram/src/tgl/auto/auto-store.c @@ -1,8 +1,8 @@ #ifdef _MSC_VER
-#include "..\auto.h"
-#include "..\mtproto-common.h"
+#include "../auto.h"
+#include "../mtproto-common.h"
#include "auto-store.h"
-#include "..\auto-static-store.c"
+#include "../auto-static-store.c"
#else
#include "auto.h"
#include "mtproto-common.h"
diff --git a/protocols/Telegram/src/tgl/auto/auto-types.c b/protocols/Telegram/src/tgl/auto/auto-types.c index d81edf0949..5521ddde8c 100644 --- a/protocols/Telegram/src/tgl/auto/auto-types.c +++ b/protocols/Telegram/src/tgl/auto/auto-types.c @@ -1,5 +1,5 @@ #ifdef _MSC_VER
-#include "..\auto.h"
+#include "../auto.h"
#else
#include "auto.h"
#endif
diff --git a/protocols/Telegram/src/tgl/tgl-net.c b/protocols/Telegram/src/tgl/tgl-net.c index 7439ee145d..abba34dac8 100644 --- a/protocols/Telegram/src/tgl/tgl-net.c +++ b/protocols/Telegram/src/tgl/tgl-net.c @@ -32,8 +32,8 @@ #if defined(WIN32) || defined(_WIN32) #include <io.h> #include <fcntl.h> -#include <sys\types.h> -#include <sys\stat.h> +#include <sys/types.h> +#include <sys/stat.h> #include <stdint.h> #include <string.h> #include <winsock2.h> diff --git a/protocols/Telegram/src/tgl/tools.c b/protocols/Telegram/src/tgl/tools.c index 2e94ef9332..03b89d0523 100644 --- a/protocols/Telegram/src/tgl/tools.c +++ b/protocols/Telegram/src/tgl/tools.c @@ -30,7 +30,7 @@ #include <string.h> #include <openssl/err.h> #include <openssl/rand.h> -#include "..\..\..\..\libs\zlib\src\zlib.h" +#include "../../../../libs/zlib/src/zlib.h" #include <time.h> #if defined(WIN32) || defined(_WIN32) #include <sys/timeb.h> diff --git a/protocols/WhatsApp/src/proto.cpp b/protocols/WhatsApp/src/proto.cpp index ba5cde24f7..63068ab57d 100644 --- a/protocols/WhatsApp/src/proto.cpp +++ b/protocols/WhatsApp/src/proto.cpp @@ -1,6 +1,6 @@ #include "stdafx.h"
-#include "WhatsAPI++\WARegister.h"
+#include "WhatsAPI++/WARegister.h"
struct SearchParam
{
diff --git a/protocols/WhatsApp/src/stdafx.h b/protocols/WhatsApp/src/stdafx.h index 7caac6c8e9..e10a495874 100644 --- a/protocols/WhatsApp/src/stdafx.h +++ b/protocols/WhatsApp/src/stdafx.h @@ -65,7 +65,7 @@ Copyright © 2013-14 Uli Hecht #include <m_json.h>
#include <m_gui.h>
-#include "..\..\libs\libaxolotl\src\axolotl.h"
+#include "../../libs/libaxolotl/src/axolotl.h"
#include "constants.h"
#include "utils.h"
|