Removed libicu dependency for UTF-16 partition names. Version 0.8.9
release.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef __GPTSUPPORT
|
||||
#define __GPTSUPPORT
|
||||
|
||||
#define GPTFDISK_VERSION "0.8.8.4"
|
||||
#define GPTFDISK_VERSION "0.8.9"
|
||||
|
||||
#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__APPLE__)
|
||||
// Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64
|
||||
@@ -67,7 +67,7 @@
|
||||
#define GPT_SIZE 128
|
||||
#define HEADER_SIZE UINT32_C(92)
|
||||
#define GPT_RESERVED 420
|
||||
#define NAME_SIZE 72
|
||||
#define NAME_SIZE 36 // GPT allows 36 UTF-16LE code units for a name in a 128 byte partition entry
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user