diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-07 16:50:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-07 16:50:19 +0000 |
commit | 81edefd3ef073cb79141d0830e29e68610fca5e6 (patch) | |
tree | be2a53ecda6908eb7dbb770f19c0a7215b11744a /protocols | |
parent | e84d78bc3978fe6aa8400d7bbb4b4433503ba2e9 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/WhatsApp/res/whatsapp.rc | bin | 8152 -> 8174 bytes | |||
-rw-r--r-- | protocols/WhatsApp/src/common.h | 2 | ||||
-rw-r--r-- | protocols/WhatsApp/src/resource.h | bin | 2544 -> 2910 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc Binary files differindex 93ba3a7353..735f33f473 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc diff --git a/protocols/WhatsApp/src/common.h b/protocols/WhatsApp/src/common.h index 92631c1365..415f809d9f 100644 --- a/protocols/WhatsApp/src/common.h +++ b/protocols/WhatsApp/src/common.h @@ -74,7 +74,7 @@ class WhatsAppProto; #include "constants.h"
#include "utils.h"
#include "db.h"
-#include "../res/resource.h"
+#include "resource.h"
#include "dialogs.h"
#include "theme.h"
#include "definitions.h"
diff --git a/protocols/WhatsApp/src/resource.h b/protocols/WhatsApp/src/resource.h Binary files differindex a72296428f..374c74cd4b 100644 --- a/protocols/WhatsApp/src/resource.h +++ b/protocols/WhatsApp/src/resource.h |