diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-22 12:24:49 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-22 12:24:49 +0000 |
commit | 7e45d8a15069e165f093d03824300591d7014653 (patch) | |
tree | 06d0b3c8c31b96bc42202b67fdc17188732e31b3 /protocols/SkypeWeb/src/stdafx.h | |
parent | dc7a8b1f54463500d2c13339829db6c665f097da (diff) |
SkypeWeb: fix chatrooms loading (?)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 1422b847a5..d05dd7b44e 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -101,6 +101,7 @@ struct MessageId HANDLE handle;
};
+//#include "websocket.h"
#include "version.h"
#include "resource.h"
#include "skype_menus.h"
|