diff options
| author | 2009-01-22 22:18:43 +0100 | |
|---|---|---|
| committer | 2009-01-22 22:18:43 +0100 | |
| commit | bfd57eb1cf738ed62e17941e855347772ce48ef2 (patch) | |
| tree | 45eda77468ff586bdd64fd6afcb5452cb0407bad /src/plist.h | |
| parent | 8da4dac2e65778d1f562f4502c09b16590cfd8e1 (diff) | |
| download | libplist-bfd57eb1cf738ed62e17941e855347772ce48ef2.tar.gz libplist-bfd57eb1cf738ed62e17941e855347772ce48ef2.tar.bz2 | |
Add Unicode support.
Diffstat (limited to 'src/plist.h')
| -rw-r--r-- | src/plist.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plist.h b/src/plist.h index 449a3f7..80a3f7f 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -25,7 +25,6 @@ | |||
| 25 | #include "plist/plist.h" | 25 | #include "plist/plist.h" |
| 26 | 26 | ||
| 27 | #include <stdint.h> | 27 | #include <stdint.h> |
| 28 | #include <wchar.h> | ||
| 29 | 28 | ||
| 30 | #include <sys/types.h> | 29 | #include <sys/types.h> |
| 31 | #include <sys/stat.h> | 30 | #include <sys/stat.h> |
| @@ -42,7 +41,7 @@ struct plist_data_s { | |||
| 42 | uint64_t intval; | 41 | uint64_t intval; |
| 43 | double realval; | 42 | double realval; |
| 44 | char *strval; | 43 | char *strval; |
| 45 | wchar_t *unicodeval; | 44 | gunichar2 *unicodeval; |
| 46 | uint8_t *buff; | 45 | uint8_t *buff; |
| 47 | GTimeVal timeval; | 46 | GTimeVal timeval; |
| 48 | }; | 47 | }; |
