workaround for cygwin WEOF, #78
[smdp.git] / src / Makefile
index fd31fd8..8b75f8f 100644 (file)
@@ -33,6 +33,8 @@ endif
 ifeq ($(OS),Windows_NT)
        ifeq (,$(findstring CYGWIN,$(UNAME_S)))
                CPPFLAGS += -DWIN32
+       else
+               CPPFLAGS += -DCYGWIN
        endif
 endif