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.h | |
parent | a5b11748c6b322a245b2d2352979bf199aa31afd (diff) |
do not use wxwidgets in core, boost and ace choosen for core development
Diffstat (limited to 'core/compatibility.h')
-rw-r--r-- | core/compatibility.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/compatibility.h b/core/compatibility.h deleted file mode 100644 index a339d40..0000000 --- a/core/compatibility.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef COMPATIBILITY_H_INCLUDED
-#define COMPATIBILITY_H_INCLUDED
-
-#ifdef _WIN32 -void sleep(int i); -#endif
-
-#endif // COMPATIBILITY_H_INCLUDED
|