Added libalien-wxwidgets-perl
[pkg-perl] / deb-src / libalien-wxwidgets-perl / libalien-wxwidgets-perl-0.50 / patches / wxMSW-2.8.0-setup.patch
1 diff -r -u include/wx/msw/setup.h include/wx/msw/setup.h
2 --- include/wx/msw/setup.h      2006-12-11 22:50:35.000000000 +0100
3 +++ include/wx/msw/setup.h      2007-02-25 19:39:56.000000000 +0100
4 @@ -43,7 +43,7 @@
5  // in the version after it completely.
6  //
7  // Recommended setting: 0 (please update your code)
8 -#define WXWIN_COMPATIBILITY_2_6 1
9 +#define WXWIN_COMPATIBILITY_2_6 0
10  
11  // MSW-only: Set to 0 for accurate dialog units, else 1 for old behaviour when
12  // default system font is used for wxWindow::GetCharWidth/Height() instead of
13 @@ -157,7 +157,7 @@
14  //
15  // Recommended setting: 0 (unless you only plan to use Windows NT/2000/XP)
16  #ifndef wxUSE_UNICODE
17 -    #define wxUSE_UNICODE 0
18 +    #define wxUSE_UNICODE 0
19  #endif
20  
21  // Setting wxUSE_WCHAR_T to 1 gives you some degree of Unicode support without
22 @@ -335,7 +335,7 @@
23  // Default is 1
24  //
25  // Recommended setting: 1 (but may be safely disabled if you don't use it)
26 -#define wxUSE_FSVOLUME      1
27 +#define wxUSE_FSVOLUME      0
28  
29  // Use wxStandardPaths class which allows to retrieve some standard locations
30  // in the file system
31 @@ -444,7 +444,7 @@
32  #define wxUSE_FS_ARCHIVE    1
33  
34  // Set to 1 to enable virtual Internet filesystem (requires wxUSE_FILESYSTEM)
35 -#define wxUSE_FS_INET       1
36 +#define wxUSE_FS_INET       0
37  
38  // wxArchive classes for accessing archives such as zip and tar
39  #define wxUSE_ARCHIVE_STREAMS     1
40 @@ -487,8 +487,8 @@
41  
42  // The settings for the individual URL schemes
43  #define wxUSE_PROTOCOL_FILE 1
44 -#define wxUSE_PROTOCOL_FTP 1
45 -#define wxUSE_PROTOCOL_HTTP 1
46 +#define wxUSE_PROTOCOL_FTP 0
47 +#define wxUSE_PROTOCOL_HTTP 0
48  
49  // Define this to use wxURL class.
50  #define wxUSE_URL 1
51 @@ -990,7 +990,7 @@
52  // Default is 0.
53  //
54  // Recommended setting: 1 if you intend to use OpenGL, 0 otherwise
55 -#define wxUSE_GLCANVAS       0
56 +#define wxUSE_GLCANVAS       1
57  
58  // wxRichTextCtrl allows editing of styled text.
59  //
60 @@ -1051,7 +1051,7 @@
61  
62  #define wxUSE_DRAGIMAGE 1
63  
64 -#define wxUSE_IPC         1
65 +#define wxUSE_IPC         0
66                                  // 0 for no interprocess comms
67  #define wxUSE_HELP        1
68                                  // 0 for no help facility
69 @@ -1172,7 +1172,7 @@
70  #define wxUSE_PCX           1
71  
72  // Set to 1 for IFF format support (Amiga format)
73 -#define wxUSE_IFF           0
74 +#define wxUSE_IFF           1
75  
76  // Set to 1 for XPM format support
77  #define wxUSE_XPM           1
78 @@ -1220,7 +1220,7 @@
79  //
80  // Recommended setting: 0 (1 if you want to deploy Unicode apps on 9x systems)
81  #ifndef wxUSE_UNICODE_MSLU
82 -    #define wxUSE_UNICODE_MSLU 0
83 +    #define wxUSE_UNICODE_MSLU 0
84  #endif
85  
86  // Set this to 1 if you want to use wxWidgets and MFC in the same program. This