X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/839dda6f70939673fb91518aa506b731390a7d11..3ba055acae99caf68da4bb201f66fc1030d2dbb0:/include/wx/msw/setup.h?ds=inline diff --git a/include/wx/msw/setup.h b/include/wx/msw/setup.h index 700ee34ce5..1087b17903 100644 --- a/include/wx/msw/setup.h +++ b/include/wx/msw/setup.h @@ -135,9 +135,6 @@ // Set this to 0 if your compiler can't cope // with omission of prototype parameters. -#define wxUSE_C_MAIN 0 - // Set to 1 to use main.c instead of main.cpp (UNIX only) - #define wxUSE_ODBC 1 // Define 1 to use ODBC classes @@ -158,6 +155,14 @@ // support for multithreaded applications: if // 1, compile in thread classes (thread.h) // and make the library thread safe +#define wxUSE_ZLIB 1 + // Use zlib for compression in streams and PNG code +#define wxUSE_LIBPNG 1 + // Use PNG bitmap code +#define wxUSE_STD_IOSTREAM 1 + // Use standard C++ streams if 1. If 0, use wxWin + // streams implementation. + /* * Finer detail *