summaryrefslogtreecommitdiffstats
path: root/src/symutil.h
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-10-25 22:11:37 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-10-25 22:11:37 (GMT)
commit87ef1f3346ea8764c14ed54c771194dffebfe943 (patch)
tree7d56173a6389c6869dc8167892586f955da9541d /src/symutil.h
parent75ac0cbb4f9f532eb5cf6fdf8c62fd398bdff0c7 (diff)
downloadcv2pdb-87ef1f3346ea8764c14ed54c771194dffebfe943.zip
cv2pdb-87ef1f3346ea8764c14ed54c771194dffebfe943.tar.gz
cv2pdb-87ef1f3346ea8764c14ed54c771194dffebfe943.tar.bz2
* more fixes for names longer than 300 characters
Diffstat (limited to 'src/symutil.h')
-rw-r--r--src/symutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/symutil.h b/src/symutil.h
index 9d39c4d..b3f020f 100644
--- a/src/symutil.h
+++ b/src/symutil.h
@@ -11,6 +11,8 @@
struct p_string;
+static const int kMaxNameLen = 4096;
+
int dsym2c(const BYTE* p, int len, char* cname, int maxclen);
int pstrmemlen(const BYTE* p);