1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 02:04:44 +00:00

Remove uchar.h (not available on macOS) from front.h

This commit is contained in:
Samuel Gomes 2024-06-06 05:36:12 +05:30
parent 067e1c5693
commit fd47c1fe0a

View file

@ -7,7 +7,6 @@
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <uchar.h>
#if defined(FONT_DEBUG) && FONT_DEBUG > 0 #if defined(FONT_DEBUG) && FONT_DEBUG > 0
# ifdef _MSC_VER # ifdef _MSC_VER