diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-10 16:04:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-10 16:04:37 +0000 |
commit | 803724f9df40d8d0505fa7913666c55b9099337d (patch) | |
tree | 70d4e8342d0e68b0e290499d27f61cce5fd9e387 /protocols/Tlen/src/tlen_misc.cpp | |
parent | c2b31c148d0190328568d6be1412676f155599bf (diff) |
tlen: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/tlen_misc.cpp')
-rw-r--r-- | protocols/Tlen/src/tlen_misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/src/tlen_misc.cpp b/protocols/Tlen/src/tlen_misc.cpp index 37692d98b1..732af24769 100644 --- a/protocols/Tlen/src/tlen_misc.cpp +++ b/protocols/Tlen/src/tlen_misc.cpp @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include "tlen.h"
+#include "stdafx.h"
#include "tlen_list.h"
void TlenDBAddEvent(TlenProtocol *proto, MCONTACT hContact, int eventType, DWORD flags, PBYTE pBlob, DWORD cbBlob)
|