summaryrefslogtreecommitdiff
path: root/plugins/adplug/libbinio/binio.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-26 10:04:43 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-26 10:04:43 +0200
commitfe3f99c92a8437a353ba12075d6c3273d04c4e3f (patch)
tree34d97babbe5696f21779866fafad217b60c2bead /plugins/adplug/libbinio/binio.h
parent4deca01c3a7edaf66374bd35e6fb50d4d9564b17 (diff)
merged non-android-specific changes from android branch
Diffstat (limited to 'plugins/adplug/libbinio/binio.h')
-rw-r--r--plugins/adplug/libbinio/binio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/adplug/libbinio/binio.h b/plugins/adplug/libbinio/binio.h
index 31bcfac6..b527f023 100644
--- a/plugins/adplug/libbinio/binio.h
+++ b/plugins/adplug/libbinio/binio.h
@@ -26,13 +26,13 @@
//
// Set to 1 to build std::string supporting methods. You need the STL to
// do this.
-#define BINIO_ENABLE_STRING 1
+#define BINIO_ENABLE_STRING 0
// BINIO_ENABLE_IOSTREAM - Build iostream wrapper classes
//
// Set to 1 to build the iostream wrapper classes. You need the standard
// C++ library to do this.
-#define BINIO_ENABLE_IOSTREAM 1
+#define BINIO_ENABLE_IOSTREAM 0
// BINIO_ISO_STDLIB - Build with ISO C++ standard library compliance
//