]> www.fi.muni.cz Git - evince.git/blobdiff - backend/impress/zip.c
Remove a mutex in the main thread that blocks the UI in heavy documents.
[evince.git] / backend / impress / zip.c
index 4b179b55ef900ad53d88e71d05aad159eb6e1cb6..7143aa1e32bdebc3669bdeb9287e11294102a669 100644 (file)
@@ -9,6 +9,8 @@
 #include <zlib.h>
 #define _(x) x
 
+typedef unsigned long ulong;
+
 enum {
        ZIP_OK = 0,
        ZIP_NOMEM,