Alexandre Julliard : programs: Build all programs with -DWINE_STRICT_PROTOTYPES.

Alexandre Julliard julliard at winehq.org
Wed Oct 7 09:46:06 CDT 2009


Module: wine
Branch: master
Commit: 835bce270aac88dddfbc1a9047e9f4c384805ab0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=835bce270aac88dddfbc1a9047e9f4c384805ab0

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct  7 13:41:13 2009 +0200

programs: Build all programs with -DWINE_STRICT_PROTOTYPES.

---

 programs/Makeprog.rules.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/Makeprog.rules.in b/programs/Makeprog.rules.in
index 6135771..77119e8 100644
--- a/programs/Makeprog.rules.in
+++ b/programs/Makeprog.rules.in
@@ -10,7 +10,7 @@
 #
 
 DLLFLAGS    = @DLLFLAGS@
-DEFS        = $(EXTRADEFS)
+DEFS        = -DWINE_STRICT_PROTOTYPES $(EXTRADEFS)
 ALL_LIBS    = $(DELAYIMPORTS:%=-l%) $(IMPORTS:%=-l%) $(EXTRALIBS) -lwine $(LIBPORT) $(LDFLAGS) $(LIBS)
 RUNTESTFLAGS= -q -P wine -T $(TOPOBJDIR)
 INSTALLDIRS = $(DESTDIR)$(bindir) $(DESTDIR)$(dlldir) $(DESTDIR)$(fakedlldir) $(DESTDIR)$(mandir)/man$(prog_manext)




More information about the wine-cvs mailing list