Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2012-03-13 16:40:50 +0000
committerEugene Tarassov2012-03-13 16:40:50 +0000
commit42d046257d1c31d3b5827421bcd4162ea64d57d5 (patch)
treea9756f2c4625e56296c925de640e13ee7216a3f3 /agent/system
parent0d2dfd62fe9dd6ac012893d0460c93a43a956c68 (diff)
downloadorg.eclipse.tcf.agent-42d046257d1c31d3b5827421bcd4162ea64d57d5.tar.gz
org.eclipse.tcf.agent-42d046257d1c31d3b5827421bcd4162ea64d57d5.tar.xz
org.eclipse.tcf.agent-42d046257d1c31d3b5827421bcd4162ea64d57d5.zip
TCF Agent: added basic function call injection support for 64-bit X64.
Diffstat (limited to 'agent/system')
-rw-r--r--agent/system/Windows/tcf/windbgcache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/agent/system/Windows/tcf/windbgcache.h b/agent/system/Windows/tcf/windbgcache.h
index 1ec53ddf..818e742b 100644
--- a/agent/system/Windows/tcf/windbgcache.h
+++ b/agent/system/Windows/tcf/windbgcache.h
@@ -204,8 +204,6 @@ enum DataKind {
DataIsConstant
};
-#define CV_CALL_NEAR_C 0x00
-
#define SymInitialize LocSymInitialize
#define SymGetOptions LocSymGetOptions
#define SymSetOptions LocSymSetOptions

Back to the top