Some updates regarding header filtering,
[privoxy.git] / cygwin.h
1 #ifndef CYGWIN_H_INCLUDED
2 #define CYGWIN_H_INCLUDED
3 #define CYGWIN_H_VERSION "$Id: cygwin.h,v 1.4 2002/03/26 22:29:54 swa Exp $"
4 /*********************************************************************
5  *
6  * File        :  $Source: /cvsroot/ijbswa/current/Attic/cygwin.h,v $
7  *
8  * Purpose     :  The windows.h file seems to be a *tad* different, so I
9  *                will bridge the gaps here.  Perhaps I should convert the
10  *                latest SDK too?  Shudder, I think not.
11  *
12  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
13  *                Privoxy team. http://www.privoxy.org/
14  *
15  *                Based on the Internet Junkbuster originally written
16  *                by and Copyright (C) 1997 Anonymous Coders and 
17  *                Junkbusters Corporation.  http://www.junkbusters.com
18  *
19  *                This program is free software; you can redistribute it 
20  *                and/or modify it under the terms of the GNU General
21  *                Public License as published by the Free Software
22  *                Foundation; either version 2 of the License, or (at
23  *                your option) any later version.
24  *
25  *                This program is distributed in the hope that it will
26  *                be useful, but WITHOUT ANY WARRANTY; without even the
27  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
28  *                PARTICULAR PURPOSE.  See the GNU General Public
29  *                License for more details.
30  *
31  *                The GNU General Public License should be included with
32  *                this file.  If not, you can view it at
33  *                http://www.gnu.org/copyleft/gpl.html
34  *                or write to the Free Software Foundation, Inc., 59
35  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
36  *
37  * Revisions   :
38  *    $Log: cygwin.h,v $
39  *    Revision 1.4  2002/03/26 22:29:54  swa
40  *    we have a new homepage!
41  *
42  *    Revision 1.3  2002/03/24 13:25:43  swa
43  *    name change related issues
44  *
45  *    Revision 1.2  2001/07/29 18:43:08  jongfoster
46  *    Changing #ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to
47  *    ANSI C rules.
48  *
49  *    Revision 1.1.1.1  2001/05/15 13:58:51  oes
50  *    Initial import of version 2.9.3 source tree
51  *
52  *
53  *********************************************************************/
54
55 /* Conditionally include this whole file. */
56 #ifdef __MINGW32__
57
58 /* Hmmm, seems to be overlooked. */
59 #define _RICHEDIT_VER 0x0300
60
61 /*
62  * Named slightly different ... but not in Cygwin v1.3.1 ...
63  *
64  * #define LVITEM   LV_ITEM
65  * #define LVCOLUMN LV_COLUMN
66  */
67
68 #endif /* def __MINGW32__ */
69 #endif /* ndef CYGWIN_H_INCLUDED */
70
71
72 /*
73   Local Variables:
74   tab-width: 3
75   end:
76 */