diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2010-12-22 03:33:58 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-22 03:33:58 +0200 |
| commit | b94a00786454968a1cc309b01180292b114da4bd (patch) | |
| tree | 7500f452ebcf81fabaaaf478747b9826417420b9 /src/test.cpp | |
| parent | 3f5bad938a3fcb601ad41924a4707476b8b87241 (diff) | |
| download | minetest-b94a00786454968a1cc309b01180292b114da4bd.tar.xz | |
some work-in-progress
Diffstat (limited to 'src/test.cpp')
| -rw-r--r-- | src/test.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/test.cpp b/src/test.cpp index 3ed642512..142918df6 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -30,14 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "serialization.h" #include "voxel.h" #include <sstream> - -#ifdef _WIN32 - #include <windows.h> - #define sleep_ms(x) Sleep(x) -#else - #include <unistd.h> - #define sleep_ms(x) usleep(x*1000) -#endif +#include "porting.h" /* Asserts that the exception occurs |
