00001 /* $Id: xtypes.h,v 1.4 2000/10/31 00:59:48 dbryson Exp $ 00002 00003 Xbase project source code 00004 00005 Copyright (C) 1997 StarTech, Gary A. Kunkel 00006 00007 This library is free software; you can redistribute it and/or 00008 modify it under the terms of the GNU Lesser General Public 00009 License as published by the Free Software Foundation; either 00010 version 2.1 of the License, or (at your option) any later version. 00011 00012 This library is distributed in the hope that it will be useful, 00013 but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00015 Lesser General Public License for more details. 00016 00017 You should have received a copy of the GNU Lesser General Public 00018 License along with this library; if not, write to the Free Software 00019 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00020 00021 Contact: 00022 00023 Mail: 00024 00025 Technology Associates, Inc. 00026 XBase Project 00027 1455 Deming Way #11 00028 Sparks, NV 89434 00029 USA 00030 00031 Email: 00032 00033 xbase@techass.com 00034 00035 See our website at: 00036 00037 xdb.sourceforge.net 00038 00039 00040 V 1.0 10/10/97 - Initial release of software 00041 V 1.5 1/2/98 - Added memo field support 00042 V 1.6a 4/1/98 - Added expression support 00043 V 1.8.0a 1/29/99 - V1.8 upgrade 00044 */ 00045 00046 #ifndef __XB_XTYPES_H__ 00047 #define __XB_XTYPES_H__ 00048 00049 #include <stdio.h> 00050 00054 00055 00057 typedef unsigned long int xbULong; 00059 00061 typedef unsigned short int xbUShort; 00063 00065 typedef short int xbShort; 00066 00067 #define xbLong long 00068 //typedef long LONG; 00070 00072 typedef float xbFloat; 00074 00076 typedef double xbDouble; 00077 00078 00079 #endif // __XB_XTYPES_H__