Skip to content

Commit

Permalink
win defines
Browse files Browse the repository at this point in the history
  • Loading branch information
hekra01 committed Aug 19, 2017
1 parent 6aa0f01 commit de19c77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Test/Headers.h
Expand Up @@ -46,6 +46,11 @@
#include "commands/shutdown_command.h"
#include "webdriver_route_patterns.h"

#if defined(OS_WIN)
#define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS 1
#define HAVE_STRUCT_TIMESPEC 1
#endif

#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
// headers for Quick2 extension
#include "extension_qt/quick2_view_creator.h"
Expand Down

0 comments on commit de19c77

Please sign in to comment.