diff options
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 37eb381157..6c4329b524 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <vector>
#include <regex>
#include <map>
-#include <sys/timeb.h>
#include <newpluginapi.h>
@@ -92,7 +91,13 @@ struct TRInfo sig,
url;
time_t lastRegistrationTime;
-}trouter;
+};
+
+struct MessageId
+{
+ ULONGLONG id;
+ HANDLE handle;
+};
#include "version.h"
#include "resource.h"
|