diff -r 000000000000 -r 6474c204b198 testing/mozbase/mozprocess/tests/iniparser/platform.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing/mozbase/mozprocess/tests/iniparser/platform.mk Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,8 @@ +# System platform + +# determine if windows +WIN32 := 0 +UNAME := $(shell uname -s) +ifneq (,$(findstring MINGW32_NT,$(UNAME))) +WIN32 = 1 +endif