MacOS compatible fix
This commit is contained in:
parent
d8f1559b72
commit
3284338219
@ -29,7 +29,9 @@
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
#include <gdefs.h>
|
||||
|
||||
#if defined(__MACH__) // MacOS
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
void EzycomInit(const char* msgbasepath, const char* userbasepath, int userno);
|
||||
|
Reference in New Issue
Block a user