Commit 04981f73 authored by TerryE's avatar TerryE
Browse files

Add cygwin support for compiling spiffsimg

parent 727ff911
......@@ -9,6 +9,8 @@ typedef int16_t s16_t;
typedef uint16_t u16_t;
typedef int8_t s8_t;
typedef uint8_t u8_t;
typedef long long ptrdiff_t;
#ifndef __CYGWIN__
typedef long long ptrdiff_t;
#define offsetof(type, member) __builtin_offsetof (type, member)
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment