Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
04981f73
Commit
04981f73
authored
Jul 10, 2018
by
TerryE
Browse files
Add cygwin support for compiling spiffsimg
parent
727ff911
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/spiffsimg/spiffs_typedefs.h
View file @
04981f73
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment