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