FSCORE-643 Windows: Add start parameter -monotonic-clock, replaces build flag WIN32_MONOTONIC

This commit is contained in:
Jeff Lenk
2010-07-28 20:44:45 -05:00
parent b80eb9fb13
commit 3515c7a020
3 changed files with 27 additions and 7 deletions
+2 -1
View File
@@ -251,7 +251,8 @@ typedef enum {
SCF_CALIBRATE_CLOCK = (1 << 8),
SCF_USE_HEAVY_TIMING = (1 << 9),
SCF_USE_CLOCK_RT = (1 << 10),
SCF_VERBOSE_EVENTS = (1 << 11)
SCF_VERBOSE_EVENTS = (1 << 11),
SCF_USE_WIN32_MONOTONIC = (1 << 12)
} switch_core_flag_enum_t;
typedef uint32_t switch_core_flag_t;