1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-18 07:29:36 +00:00

Add <windef.h> on windows

This commit is contained in:
cosineblast 2024-01-12 18:36:38 -03:00
parent 9d50090769
commit fc619573b4

View File

@ -37,6 +37,9 @@
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#if defined(_WIN32)
#include <windef.h>
#endif
/* common */
#include "chartype.h"