00001 /* 00002 /-------------------------------------------------------------------- 00003 | 00004 | $Id: plpaintlibdefs_8h-source.html,v 1.4 2004/09/15 15:26:29 uzadow Exp $ 00005 | 00006 | Copyright (c) 1996-2002 Ulrich von Zadow 00007 | 00008 \-------------------------------------------------------------------- 00009 */ 00010 00011 //! \file 00012 //! Contains common datatype definitions. 00013 //! 00014 00015 #ifndef INCL_PLPAINTLIBDEFS 00016 #define INCL_PLPAINTLIBDEFS 00017 00018 typedef unsigned char PLBYTE; 00019 typedef unsigned int PLUINT; 00020 typedef unsigned short PLWORD; // This is 16 bit. 00021 typedef long PLLONG; // This is 32 bit. 00022 typedef unsigned long PLULONG; 00023 00024 #ifndef NULL 00025 #define NULL 0 00026 #endif 00027 00028 #endif 00029 /* 00030 /-------------------------------------------------------------------- 00031 | 00032 | $Log: plpaintlibdefs_8h-source.html,v $ 00032 | Revision 1.4 2004/09/15 15:26:29 uzadow 00032 | Linux compatibility changes, doc update. 00032 | 00033 | Revision 1.6 2004/09/11 12:41:35 uzadow 00034 | removed plstdpch.h 00035 | 00036 | Revision 1.5 2004/06/06 12:56:38 uzadow 00037 | Doxygenified documentation. 00038 | 00039 | Revision 1.4 2002/02/24 13:00:22 uzadow 00040 | Documentation update; removed buggy PLFilterRotate. 00041 | 00042 | Revision 1.3 2001/10/06 22:03:26 uzadow 00043 | Added PL prefix to basic data types. 00044 | 00045 | Revision 1.2 2001/10/06 15:32:22 uzadow 00046 | Removed types LPBYTE, DWORD, UCHAR, VOID and INT from the code. 00047 | 00048 | Revision 1.1 2001/09/16 19:03:22 uzadow 00049 | Added global name prefix PL, changed most filenames. 00050 | 00051 | Revision 1.3 2001/09/15 21:02:44 uzadow 00052 | Cleaned up stdpch.h and config.h to make them internal headers. 00053 | 00054 | Revision 1.2 2000/11/09 22:23:36 uzadow 00055 | no message 00056 | 00057 | Revision 1.1 2000/11/07 15:33:44 jmbuena 00058 | Windows type defines for non windows systems 00059 | 00060 | 00061 \-------------------------------------------------------------------- 00062 */