1--- include/wx/msw/setup.h  2012-07-08 11:28:28.000000000 +0100
2+++ include/wx/msw/setup.h  2012-07-13 04:03:31.764058400 +0100
3@@ -429,7 +429,7 @@
4 // Default is 1
5 //
6 // Recommended setting: 1 (but may be safely disabled if you don't use it)
7-#define wxUSE_FSVOLUME      1
8+#define wxUSE_FSVOLUME      0
9
10 // Use wxStandardPaths class which allows to retrieve some standard locations
11 // in the file system
12@@ -571,7 +571,7 @@
13 #define wxUSE_FS_ARCHIVE    1
14
15 // Set to 1 to enable virtual Internet filesystem (requires wxUSE_FILESYSTEM)
16-#define wxUSE_FS_INET       1
17+#define wxUSE_FS_INET       0
18
19 // wxArchive classes for accessing archives such as zip and tar
20 #define wxUSE_ARCHIVE_STREAMS     1
21@@ -617,8 +617,8 @@
22
23 // The settings for the individual URL schemes
24 #define wxUSE_PROTOCOL_FILE 1
25-#define wxUSE_PROTOCOL_FTP 1
26-#define wxUSE_PROTOCOL_HTTP 1
27+#define wxUSE_PROTOCOL_FTP 0
28+#define wxUSE_PROTOCOL_HTTP 0
29
30 // Define this to use wxURL class.
31 #define wxUSE_URL 1
32@@ -771,7 +771,7 @@
33 #   else
34         // MSVC 6 didn't include GDI+ headers so disable by default, enable it
35         // here if you use MSVC 6 with a newer SDK
36-#       define wxUSE_GRAPHICS_CONTEXT 0
37+#       define wxUSE_GRAPHICS_CONTEXT 1
38 #   endif
39 #else
40     // Disable support for other Windows compilers, enable it if your compiler
41@@ -779,7 +779,7 @@
42     //
43     // Notice that this will be set by configure under non-Windows platforms
44     // anyhow so the value there is not important.
45-#   define wxUSE_GRAPHICS_CONTEXT 0
46+#   define wxUSE_GRAPHICS_CONTEXT 1
47 #endif
48
49 // Enable wxGraphicsContext implementation using Cairo library.
50@@ -1367,7 +1367,7 @@
51
52 #define wxUSE_DRAGIMAGE 1
53
54-#define wxUSE_IPC         1
55+#define wxUSE_IPC         1
56                                 // 0 for no interprocess comms
57 #define wxUSE_HELP        1
58                                 // 0 for no help facility
59@@ -1458,7 +1458,7 @@
60 #define wxUSE_PCX           1
61
62 // Set to 1 for IFF format support (Amiga format)
63-#define wxUSE_IFF           0
64+#define wxUSE_IFF           1
65
66 // Set to 1 for XPM format support
67 #define wxUSE_XPM           1
68