summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-26 02:51:27 +0000
committerharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-26 02:51:27 +0000
commitcb28af0b73f970afce519f4c776746658c2ea2d2 (patch)
tree9553a895fcb28947c593bb9fefac663d320959cb
parenta729ee3cf0d51fd2b5819a2a75c58510a0c8b123 (diff)
downloadATCD-cb28af0b73f970afce519f4c776746658c2ea2d2.tar.gz
defined ACE_TIMER_SKEW 0
-rw-r--r--ace/config-winnt-4.0-msvc4.x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-winnt-4.0-msvc4.x.h b/ace/config-winnt-4.0-msvc4.x.h
index 9b03e2c3827..1298ac4ed0f 100644
--- a/ace/config-winnt-4.0-msvc4.x.h
+++ b/ace/config-winnt-4.0-msvc4.x.h
@@ -7,6 +7,9 @@
#if !defined (ACE_CONFIG_H)
#define ACE_CONFIG_H
+// Set the timer skew used in the Reactors and Timer_Queues to zero.
+#define ACE_TIMER_SKEW 0
+
#define ACE_HAS_EXCEPTIONS
#define ACE_HAS_MFC