blob: 6f2b9f7a7629b4789c25f5f55e9555c1bbce1ca1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$Id$
--- id3lib-3.8.3.orig/include/id3/id3lib_strings.h 2003-03-02 01:23:00.000000000 +0100
+++ id3lib-3.8.3/include/id3/id3lib_strings.h 2009-11-19 23:07:55.000000000 +0100
@@ -30,6 +30,7 @@
#define _ID3LIB_STRINGS_H_
#include <string>
+#include <cstring>
#if (defined(__GNUC__) && (__GNUC__ >= 3) || (defined(_MSC_VER) && _MSC_VER > 1000))
namespace std
@@ -41,8 +42,8 @@ namespace std
// Unsigned as wint_t in unsigned.
typedef unsigned long int_type;
typedef streampos pos_type;
- typedef streamoff off_type;
- typedef mbstate_t state_type;
+ //typedef streamoff off_type;
+ //typedef mbstate_t state_type;
static void
assign(char_type& __c1, const char_type& __c2)
|