From 81edefd3ef073cb79141d0830e29e68610fca5e6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 7 Jun 2013 16:50:19 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@4894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/res/whatsapp.rc | Bin 8152 -> 8174 bytes protocols/WhatsApp/src/common.h | 2 +- protocols/WhatsApp/src/resource.h | Bin 2544 -> 2910 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp') diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index 93ba3a7353..735f33f473 100644 Binary files a/protocols/WhatsApp/res/whatsapp.rc and b/protocols/WhatsApp/res/whatsapp.rc differ 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 index a72296428f..374c74cd4b 100644 Binary files a/protocols/WhatsApp/src/resource.h and b/protocols/WhatsApp/src/resource.h differ -- cgit v1.2.3