diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-19 05:17:48 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-19 05:17:48 +0300 |
commit | b50a786c2758a34eff01a491ef103bd5a053ba90 (patch) | |
tree | ecc804a103e8154cf29765d2bfa28be99ef5e031 /core/compatibility.cpp | |
parent | a5b11748c6b322a245b2d2352979bf199aa31afd (diff) |
do not use wxwidgets in core, boost and ace choosen for core development
Diffstat (limited to 'core/compatibility.cpp')
-rw-r--r-- | core/compatibility.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/compatibility.cpp b/core/compatibility.cpp deleted file mode 100644 index 35681b1..0000000 --- a/core/compatibility.cpp +++ /dev/null @@ -1,10 +0,0 @@ - -#ifdef _WIN32 -#include <windows.h> - -void sleep(int i) -{ - Sleep(i*1000); -} - -#endif |