summaryrefslogtreecommitdiff
path: root/GNUmakefile.mingw
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2011-09-28 00:22:11 -0700
committerBryan Ischo <bryan@ischo.com>2011-09-28 00:22:11 -0700
commit523a4b53b34970014ee63087cd5bc04502920658 (patch)
tree3dcf7e4adeeb78ed19525f81780c14d6a7278d6e /GNUmakefile.mingw
parentd7b30b420ba5b34137b554136d28493e359f9772 (diff)
downloadceph-libs3-523a4b53b34970014ee63087cd5bc04502920658.tar.gz
Incorporated feedback from Shmuel Zeigerman sent in May 2009 that I never
got around to incorporating into the source.
Diffstat (limited to 'GNUmakefile.mingw')
-rw-r--r--GNUmakefile.mingw3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile.mingw b/GNUmakefile.mingw
index 8925dd7..49d30b1 100644
--- a/GNUmakefile.mingw
+++ b/GNUmakefile.mingw
@@ -130,7 +130,8 @@ CFLAGS += -Wall -Werror -Wshadow -Wextra -Iinc \
-D__STRICT_ANSI__ \
-D_ISOC99_SOURCE \
-D_POSIX_C_SOURCE=200112L \
- -Dsleep=Sleep -DFOPEN_EXTRA_FLAGS=\"b\" \
+ -Dsleep=Sleep -DSLEEP_UNITS_PER_SECOND=1000 \
+ -DFOPEN_EXTRA_FLAGS=\"b\" \
-Iinc/mingw -include windows.h
LDFLAGS = $(CURL_LIBS) $(LIBXML2_LIBS)