Fix MSVC compatibility
authorkwolekr <kwolekr@minetest.net>
Wed, 29 Apr 2015 17:20:01 +0000 (13:20 -0400)
committerkwolekr <kwolekr@minetest.net>
Wed, 29 Apr 2015 17:20:01 +0000 (13:20 -0400)
commit37ca3212eee6d70a54493168014f9254cc6e8f37
treec2589b164fb280efa27832c4d3cfc8655c2b2ea7
parentb6475f54487690e23cf9541a68f98649edb8f0e0
Fix MSVC compatibility

Make sure to include random unittests in android builds, too
Use SWAP() macro
Ensure that negative ranges are tested as well in random unittests
build/android/jni/Android.mk
src/mg_decoration.cpp
src/noise.cpp
src/unittest/test_random.cpp