aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2004-08-07 23:49:34 +0000
committerTravis Howell2004-08-07 23:49:34 +0000
commit1134ea5c85ee9a199886730abe8a1d3e977b9394 (patch)
tree7140ec4ed4e339537ad4bf6e385e1b27572a655c /common
parent41288cb8e08c88d0e9d9ffc90f7c187b1a97efa3 (diff)
downloadscummvm-rg350-1134ea5c85ee9a199886730abe8a1d3e977b9394.tar.gz
scummvm-rg350-1134ea5c85ee9a199886730abe8a1d3e977b9394.tar.bz2
scummvm-rg350-1134ea5c85ee9a199886730abe8a1d3e977b9394.zip
Fix compile for now, include doesn't exist in mingw.
Should be checked for in configure svn-id: r14507
Diffstat (limited to 'common')
-rw-r--r--common/scaler/scalebit.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/scaler/scalebit.cpp b/common/scaler/scalebit.cpp
index 8a9fbf1d41..9c697df774 100644
--- a/common/scaler/scalebit.cpp
+++ b/common/scaler/scalebit.cpp
@@ -37,9 +37,6 @@
#include <config.h>
#endif
-#define HAVE_ALLOCA 1
-#define HAVE_ALLOCA_H 1
-
#include "scale2x.h"
#include "scale3x.h"