mirror of
https://github.com/grub4dos/ntloader.git
synced 2025-05-08 19:51:14 +08:00
fix charset build
This commit is contained in:
parent
ce7091bf7d
commit
64f231b73e
@ -16,7 +16,7 @@
|
||||
* along with ntloader. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <charset.h>
|
||||
#include "charset.h"
|
||||
|
||||
static inline int
|
||||
is_utf8_trailing_octet (uint8_t c)
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define _CHARSET_H 1
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
uint16_t *
|
||||
utf8_to_ucs2 (uint16_t *dest, size_t destsize, const uint8_t *src);
|
||||
|
Loading…
x
Reference in New Issue
Block a user