diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-26 22:37:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-26 22:37:52 -0400 |
commit | 8be1f74e878950cbbac3f05451341fc18892518b (patch) | |
tree | 8301f06ee0da2b27fb93b149736c6f7d2ace68ca /include/thread.hpp | |
parent | 19b2b1dde25885ada99deefe79266c2e22376e85 (diff) |
windows 64-bit build
Diffstat (limited to 'include/thread.hpp')
-rw-r--r-- | include/thread.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/thread.hpp b/include/thread.hpp index 0dd20f9..63e441a 100644 --- a/include/thread.hpp +++ b/include/thread.hpp @@ -1,12 +1,7 @@ #ifndef THREAD_HPP_ #define THREAD_HPP_ -#ifndef __WIN32__ #include <thread> -#else -#include <win32thread.hpp> -#endif // __WIN32__ - #include <atomic> #include <entityx/entityx.h> |