Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorEugene Tarassov2015-02-13 21:31:19 +0000
committerEugene Tarassov2015-02-13 21:31:19 +0000
commit883c552e34958dff159a75d27b415317bfbc9df0 (patch)
treecb830cbe61e67e52305e3c14e71570edec832f49 /server
parentd93b56b65b3ad3016914952e881360b932502f5a (diff)
downloadorg.eclipse.tcf.agent-883c552e34958dff159a75d27b415317bfbc9df0.tar.gz
org.eclipse.tcf.agent-883c552e34958dff159a75d27b415317bfbc9df0.tar.xz
org.eclipse.tcf.agent-883c552e34958dff159a75d27b415317bfbc9df0.zip
TCF Agent: fixed warning: "ENABLE_ContextMemoryProperties" is not defined
Diffstat (limited to 'server')
-rw-r--r--server/server.vcproj4
-rw-r--r--server/tcf/config.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/server/server.vcproj b/server/server.vcproj
index f33ba025..89d66a36 100644
--- a/server/server.vcproj
+++ b/server/server.vcproj
@@ -619,11 +619,11 @@
>
</File>
<File
- RelativePath="..\agent\tcf\framework\context.c"
+ RelativePath="..\agent\tcf\framework\context-dispatcher.c"
>
</File>
<File
- RelativePath="..\agent\tcf\framework\context-dispatcher.c"
+ RelativePath="..\agent\tcf\framework\context.c"
>
</File>
<File
diff --git a/server/tcf/config.h b/server/tcf/config.h
index 11b0a1ba..878264e3 100644
--- a/server/tcf/config.h
+++ b/server/tcf/config.h
@@ -145,6 +145,7 @@
#define ENABLE_RCBP_TEST 0
+#define ENABLE_ContextMemoryProperties 0
#define ENABLE_ContextExtraProperties 0
#define ENABLE_ContextStateProperties 0
#define ENABLE_ExtendedMemoryErrorReports 0

Back to the top