// library without it if you have no use for it - this will result in a
// somewhat smaller and faster operation.
//
-// This is ignored under Win16, threads are only supported under Win32.
+// Threads are only supported under Win32.
//
// Default is 1
//
// NOW MANDATORY: don't change.
#define wxUSE_DYNAMIC_CLASSES 1
+// Set to 0 for no libmspack
+#define wxUSE_LIBMSPACK 0
+
+
#endif
// _WX_SETUP_H_