blob: 349c5a5b1cb549f8461736b3c8415d0bc51ba596 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- parttypes.h.orig 2022-04-14 23:17:12 UTC
+++ parttypes.h
@@ -15,6 +15,10 @@
#define UnicodeString std::string
#endif
+#ifdef USE_UTF16
+using namespace icu;
+#endif
+
// A partition type
struct AType {
// I'm using a custom 16-bit extension of the original MBR 8-bit
|