-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
I'd like to suggest integrating the Cygwin patch into the mainline code using test macros like these:
#ifdef __CYGWIN__
// cygwin code
#else
// linux code
#endif
using indentations the code readability won't degrade much...
Metadata
Metadata
Assignees
Labels
No labels