/[eliot]/eliot/wxwin/ewx.h
ViewVC logotype

Diff of /eliot/wxwin/ewx.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ipkiss, Sun Oct 23 14:53:44 2005 UTC revision 1.7.2.1 by afrab, Sun Oct 23 17:10:46 2005 UTC
# Line 1  Line 1 
1  /* Eliot                                                                     */  /* Eliot                                                                     */
2  /* Copyright (C) 1999  Antoine Fraboulet                                     */  /* Copyright (C) 1999  Antoine Fraboulet                                     */
 /* Antoine.Fraboulet@free.fr                                                 */  
3  /*                                                                           */  /*                                                                           */
4  /* This program is free software; you can redistribute it and/or modify      */  /* This file is part of Eliot.                                               */
5    /*                                                                           */
6    /* Eliot is free software; you can redistribute it and/or modify             */
7  /* it under the terms of the GNU General Public License as published by      */  /* it under the terms of the GNU General Public License as published by      */
8  /* the Free Software Foundation; either version 2 of the License, or         */  /* the Free Software Foundation; either version 2 of the License, or         */
9  /* (at your option) any later version.                                       */  /* (at your option) any later version.                                       */
10  /*                                                                           */  /*                                                                           */
11  /* This program is distributed in the hope that it will be useful,           */  /* Eliot is distributed in the hope that it will be useful,                  */
12  /* but WITHOUT ANY WARRANTY; without even the implied warranty of            */  /* but WITHOUT ANY WARRANTY; without even the implied warranty of            */
13  /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */  /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
14  /* GNU General Public License for more details.                              */  /* GNU General Public License for more details.                              */
# Line 38  Line 39 
39    
40  #if defined(__WIN32__) || defined(__WIN95__) || defined(__WXMSW__)  #if defined(__WIN32__) || defined(__WIN95__) || defined(__WXMSW__)
41  #  define ENABLE_LC_NO_HEADER  #  define ENABLE_LC_NO_HEADER
42    #  define ENABLE_RESLIST_IN_MAIN
43    #  define MSW_RESIZE_BUG
44  #  define INCOMPLETE  #  define INCOMPLETE
45  #else  #else
46  #  define ENABLE_SAVE_POSTSCRIPT  #  define ENABLE_SAVE_POSTSCRIPT
47  #  define ENABLE_LOCALE  #  define ENABLE_LOCALE
48  #  define INCOMPLETE { cerr << "incomplete " << __FILE__ << " " << __LINE__ << "\n"; }  #  define ENABLE_RESLIST_IN_MAIN
49    #  define INCOMPLETE { std::cerr << "incomplete " << __FILE__ << " " << __LINE__ << "\n"; }
50  #endif  #endif
51    
52  #include "config.h"  #include "config.h"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26