00001 /* 00002 /-------------------------------------------------------------------- 00003 | 00004 | $Id: plstdpch.h,v 1.1 2004/05/21 21:02:53 maxx Exp $ 00005 | 00006 | Copyright (c) 1996-2002 Ulrich von Zadow 00007 | 00008 \-------------------------------------------------------------------- 00009 */ 00010 00014 00015 #ifdef INCL_PLSTDPCH 00016 #error This file should only be included by .cpp files and not by headers. 00017 #else 00018 #define INCL_PLSTDPCH 00019 00020 #include "plobject.h" 00021 00022 #ifdef _WINDOWS 00023 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 00024 #include <windows.h> 00025 #endif 00026 00027 #include "pldebug.h" 00028 00029 #endif // #ifndef _STDPCH_H_ 00030 00031 /* 00032 /-------------------------------------------------------------------- 00033 | 00034 | $Log: plstdpch.h,v $ 00035 | Revision 1.1 2004/05/21 21:02:53 maxx 00036 | Initial Version of vuVolume, moderatly changed to make it compile on my windows and linux machine. 00037 | 00038 | Revision 1.1 2002/11/13 01:58:22 mspindle 00039 | *** empty log message *** 00040 | 00041 | Revision 1.4 2002/02/24 13:00:40 uzadow 00042 | Documentation update; removed buggy PLFilterRotate. 00043 | 00044 | Revision 1.3 2001/10/06 22:03:26 uzadow 00045 | Added PL prefix to basic data types. 00046 | 00047 | Revision 1.2 2001/10/06 15:32:22 uzadow 00048 | Removed types LPBYTE, DWORD, UCHAR, VOID and INT from the code. 00049 | 00050 | Revision 1.1 2001/09/16 19:03:22 uzadow 00051 | Added global name prefix PL, changed most filenames. 00052 | 00053 | Revision 1.14 2001/09/15 21:02:44 uzadow 00054 | Cleaned up stdpch.h and config.h to make them internal headers. 00055 | 00056 | Revision 1.13 2000/11/07 15:40:46 jmbuena 00057 | Changes related to paintlibdefs.h and pixeldefs.h 00058 | 00059 | Revision 1.12 2000/10/31 11:27:04 jmbuena 00060 | Removed PAINTLIB_INTERNAL and moved win definitions to windefs.h 00061 | 00062 | Revision 1.11 2000/10/30 13:10:57 jmbuena 00063 | Only include config.h when PAINTLIB_INTERNAL is defined 00064 | 00065 | Revision 1.10 2000/10/24 16:46:34 uzadow 00066 | Fixed build problems 00067 | 00068 | Revision 1.9 2000/10/24 12:02:24 jmbuena 00069 | Include recursion protection 00070 | 00071 | Revision 1.8 2000/05/27 16:34:05 Ulrich von Zadow 00072 | Linux compatibility changes 00073 | 00074 | Revision 1.7 2000/03/31 11:53:30 Ulrich von Zadow 00075 | Added quantization support. 00076 | 00077 | Revision 1.6 2000/01/16 20:43:14 anonymous 00078 | Removed MFC dependencies 00079 | 00080 | Revision 1.5 1999/12/08 15:43:58 Ulrich von Zadow 00081 | Changed ASSERT and PLASSERT_VALID so that they 00082 | disappear correctly in release mode. 00083 | 00084 | Revision 1.4 1999/11/22 14:59:37 Ulrich von Zadow 00085 | no message 00086 | 00087 | Revision 1.3 1999/10/03 18:50:52 Ulrich von Zadow 00088 | Added automatic logging of changes. 00089 | 00090 | 00091 \-------------------------------------------------------------------- 00092 */