Zipios++

zipios_defs.h

Go to the documentation of this file.
00001 #ifndef ZIPIOS_DEFS_H
00002 #define ZIPIOS_DEFS_H
00003 
00004 #include "zipios++/zipios-config.h"
00005 #include <stdint.h>
00006 
00007 namespace zipios {
00008 
00009 typedef uint16_t uint16 ;
00010 typedef uint32_t uint32 ;
00011 
00012 } // namespace
00013 
00014 #endif
00015 
00020 /*
00021   Zipios++ - a small C++ library that provides easy access to .zip files.
00022   Copyright (C) 2000  Thomas Søndergaard
00023   
00024   This library is free software; you can redistribute it and/or
00025   modify it under the terms of the GNU Lesser General Public
00026   License as published by the Free Software Foundation; either
00027   version 2 of the License, or (at your option) any later version.
00028   
00029   This library is distributed in the hope that it will be useful,
00030   but WITHOUT ANY WARRANTY; without even the implied warranty of
00031   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00032   Lesser General Public License for more details.
00033   
00034   You should have received a copy of the GNU Lesser General Public
00035   License along with this library; if not, write to the Free Software
00036   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
00037 */