diff options
Diffstat (limited to 'plugins/adplug/libbinio/binio.h')
-rw-r--r-- | plugins/adplug/libbinio/binio.h | 4 |
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 // |