summaryrefslogtreecommitdiff
path: root/test/fractals.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/fractals.cxx')
-rw-r--r--test/fractals.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fractals.cxx b/test/fractals.cxx
index 5d3f1def3..1b20e25f9 100644
--- a/test/fractals.cxx
+++ b/test/fractals.cxx
@@ -67,7 +67,7 @@ int main(int, char**) {
#include "fracviewer.h"
-#if defined(WIN32) || defined(__EMX__)
+#if defined(WIN32)
# define drand48() (((float) rand())/((float) RAND_MAX))
# define srand48(x) (srand((x)))
#elif defined __APPLE__