diff options
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r-- | protocols/Steam/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index cf702499fb..9f15ce8bfc 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -40,6 +40,7 @@ #include "version.h"
#define MODULE "Steam"
+#define DB_KEY_LASTMSGTS "LastMessageTS"
#define STEAM_API_TIMEOUT 30
#define STEAM_API_IDLEOUT_AWAY 600
@@ -62,7 +63,6 @@ extern HANDLE hExtraXStatus; #define now() time(0)
#include "steam_dialogs.h"
-#include "steam_options.h"
#include "http_request.h"
#include "api/enums.h"
|