Description: Build correctly with pthreads
Author: Jacek Caban <cjacek@users.sf.net>
Origin: http://sourceforge.net/p/wine/wine-gecko/ci/d605ea88b1ea3bdae996a3c81679cf678415528f/

--- a/xpcom/ds/Makefile.in
+++ b/xpcom/ds/Makefile.in
@@ -41,12 +41,12 @@
 		nsVariant.cpp \
 		$(NULL)
 
-ifdef HAVE_CLOCK_MONOTONIC
+ifeq ($(OS_ARCH),WINNT)
+CPPSRCS += TimeStamp_windows.cpp
+else ifdef HAVE_CLOCK_MONOTONIC
 CPPSRCS += TimeStamp_posix.cpp
 else ifeq ($(OS_ARCH),Darwin)
 CPPSRCS += TimeStamp_darwin.cpp
-else ifeq ($(OS_ARCH),WINNT)
-CPPSRCS += TimeStamp_windows.cpp
 else
 $(error No TimeStamp implementation on this platform.  Build will not succeed)
 endif
