r18600 by jghali - fix build error on Windows

scribus-commit scribus-commit at lists.scribus.net
Sun Nov 24 14:04:58 UTC 2013


Author: jghali
Date: Sun Nov 24 14:04:57 2013
New Revision: 18600

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18600
Log:
fix build error on Windows

Modified:
    trunk/Scribus/scribus/third_party/zip/zip_p.h

Modified: trunk/Scribus/scribus/third_party/zip/zip_p.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18600&path=/trunk/Scribus/scribus/third_party/zip/zip_p.h
==============================================================================
--- trunk/Scribus/scribus/third_party/zip/zip_p.h (original)
+++ trunk/Scribus/scribus/third_party/zip/zip_p.h Sun Nov 24 14:04:57 2013
@@ -63,7 +63,7 @@
 
 public:
     // uLongf from zconf.h
-    typedef uLongf crc_t;
+    typedef z_crc_t crc_t;
 
 	ZipPrivate();
 	virtual ~ZipPrivate();




More information about the scribus-commit mailing list