commit | 239265fd8b83b7047c85138a014d34b8f2f2ebbb | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Oct 06 13:34:37 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 06 16:12:39 2009 +0200 |
tree | 9658ee3820ec465fbc5cfd33a543f4698a46ecc8 | |
parent | fe1374cc4c3f12f9fd40059830b9a21d3c78545e [diff] [blame] |
tests: Build all tests with strict prototypes.
diff --git a/dlls/Maketest.rules.in b/dlls/Maketest.rules.in index aff002c..95f5c2b 100644 --- a/dlls/Maketest.rules.in +++ b/dlls/Maketest.rules.in
@@ -10,7 +10,7 @@ # DLLFLAGS = @DLLFLAGS@ -DEFS = $(EXTRADEFS) +DEFS = -DWINE_STRICT_PROTOTYPES $(EXTRADEFS) MODULE = $(TESTDLL:%.dll=%)_test.exe TESTRESULTS = $(CTESTS:.c=.ok)