Files
loongoffice/onlineupdate/source/libmar
Jan Holesovsky 695cec87d7 Add the needed #ifndef instead of removing the variable.
This reverts commit 058c924c9385d003eefa728be7b23b2effd73913.

Change-Id: I0418af18177cef350b2bf13008ed54336c54938c
2015-08-12 06:55:10 +02:00
..
2015-08-10 12:13:27 +01:00
2015-07-22 07:18:36 +02:00
2015-07-22 07:18:36 +02:00

This directory contains code for a simple archive file format, which
is documented at http://wiki.mozilla.org/Software_Update:MAR

The src directory builds a small static library used to create, read, and
extract an archive file.  The tool directory builds a command line utility
around the library.