=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: winedump: Remove an "#if 1" preprocessor directive.

Alexandre Julliard julliard at winehq.org
Mon Jan 13 12:46:31 CST 2014


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Sat Jan 11 13:53:26 2014 +0100

winedump: Remove an "#if 1" preprocessor directive.

---

 tools/winedump/pdb.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/winedump/pdb.c b/tools/winedump/pdb.c
index 3513452..2899e77 100644
--- a/tools/winedump/pdb.c
+++ b/tools/winedump/pdb.c
@@ -132,7 +132,6 @@ static DWORD    pdb_get_file_size(const struct pdb_reader* reader, unsigned idx)
 
 static void pdb_exit(struct pdb_reader* reader)
 {
-#if 1
     unsigned            i;
     unsigned char*      file;
     DWORD               size;
@@ -150,7 +149,7 @@ static void pdb_exit(struct pdb_reader* reader)
         dump_data(file, size, "    ");
         free(file);
     }
-#endif
+
     if (reader->read_file == pdb_jg_read_file)
     {
         free((char*)reader->u.jg.root);




More information about the wine-cvs mailing list