Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

cygwin.h

Go to the documentation of this file.
00001 #ifndef CYGWIN_H_INCLUDED
00002 #define CYGWIN_H_INCLUDED
00003 #define CYGWIN_H_VERSION "$Id: cygwin.h,v 2.0 2002/06/04 14:34:21 jongfoster Exp $"
00004 /* ******************************************************************
00005  * $Source: /cvsroot/ijbswa/current/src/cygwin.h,v $
00006  * ******************************************************************
00007  *
00008  * Written by and Copyright (C) 2001 the SourceForge
00009  * Privoxy team. http://www.privoxy.org/
00010  * 
00011  * Based on the Internet Junkbuster originally written
00012  * by and Copyright (C) 1997 Anonymous Coders and
00013  * Junkbusters Corporation.  http://www.junkbusters.com
00014  * 
00015  * This program is free software; you can redistribute it
00016  * and/or modify it under the terms of the GNU General
00017  * Public License as published by the Free Software
00018  * Foundation; either version 2 of the License, or (at
00019  * your option) any later version.
00020  * 
00021  * This program is distributed in the hope that it will
00022  * be useful, but WITHOUT ANY WARRANTY; without even the
00023  * implied warranty of MERCHANTABILITY or FITNESS FOR A
00024  * PARTICULAR PURPOSE.  See the GNU General Public
00025  * License for more details.
00026  * 
00027  * The GNU General Public License should be included with
00028  * this file.  If not, you can view it at
00029  * http://www.gnu.org/copyleft/gpl.html
00030  * or write to the Free Software Foundation, Inc., 59
00031  * Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00032  * 
00033  * *****************************************************************/
00034 /**
00035  * @file
00036  *
00037  * The windows.h file seems to be a *tad* different, so I
00038  * will bridge the gaps here.  Perhaps I should convert the
00039  * latest SDK too?  Shudder, I think not.
00040  * 
00041  *
00042  * $Log: cygwin.h,v $
00043  * Revision 2.0  2002/06/04 14:34:21  jongfoster
00044  * Moving source files to src/
00045  * 
00046  * Revision 1.4  2002/03/26 22:29:54  swa
00047  * we have a new homepage!
00048  * 
00049  * Revision 1.3  2002/03/24 13:25:43  swa
00050  * name change related issues
00051  * 
00052  * Revision 1.2  2001/07/29 18:43:08  jongfoster
00053  * Changing #ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to
00054  * ANSI C rules.
00055  * 
00056  * Revision 1.1.1.1  2001/05/15 13:58:51  oes
00057  * Initial import of version 2.9.3 source tree
00058  * 
00059  * 
00060  */
00061 /* *****************************************************************/
00062 
00063 /* Conditionally include this whole file. */
00064 #ifdef __MINGW32__
00065 
00066 /* Hmmm, seems to be overlooked. */
00067 #define _RICHEDIT_VER 0x0300
00068 
00069 /*
00070  * Named slightly different ... but not in Cygwin v1.3.1 ...
00071  *
00072  * #define LVITEM   LV_ITEM
00073  * #define LVCOLUMN LV_COLUMN
00074  */
00075 
00076 #endif /* def __MINGW32__ */
00077 #endif /* ndef CYGWIN_H_INCLUDED */
00078 
00079 
00080 /*
00081   Local Variables:
00082   tab-width: 3
00083   end:
00084 */

Generated on Tue Jun 4 18:54:48 2002 for Privoxy 3.1.1 by doxygen1.2.15