summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/tlv.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-29 20:52:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-29 20:52:29 +0000
commitb4b636802237461d78dd0b8d33d5bedfd72a1025 (patch)
tree27d38756a1984d2ee30eae7831f1d930026ba54e /protocols/IcqOscarJ/src/tlv.cpp
parent5e5c4b32550cf60e9385333f95e0b801ed34123f (diff)
unified project for ICQ protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@13256 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/tlv.cpp')
-rw-r--r--protocols/IcqOscarJ/src/tlv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/tlv.cpp b/protocols/IcqOscarJ/src/tlv.cpp
index 1f395c6e63..81488e8c78 100644
--- a/protocols/IcqOscarJ/src/tlv.cpp
+++ b/protocols/IcqOscarJ/src/tlv.cpp
@@ -27,7 +27,7 @@
// Helper functions for Oscar TLV chains
// -----------------------------------------------------------------------------
-#include "icqoscar.h"
+#include "stdafx.h"
/* set maxTlvs<=0 to get all TLVs in length, or a positive integer to get at most the first n */
oscar_tlv_chain* readIntoTLVChain(BYTE **buf, size_t wLen, int maxTlvs)