diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-12-21 10:37:41 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-12-21 10:37:41 +0000 |
commit | 56b177cff6de7a1cef5e02d508fce4b53baddba1 (patch) | |
tree | af730f9b425c044cebeaddb78f43a5d325aa9693 /protocols/Steam/src/stdafx.h | |
parent | f738c6cf01e4508b3af9a7fed4be3d98f9b087a5 (diff) |
Steam: Implement loading history/offline messages at login (finally!)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r-- | protocols/Steam/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index da39bcaed8..b86ae3908f 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -69,6 +69,7 @@ extern HANDLE hExtraXStatus; #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"
|