Applied a few patches,
Put some life into iODBC again, git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,10 +47,6 @@
|
||||
#endif
|
||||
#endif // Sun
|
||||
|
||||
#if defined(__hpux) && !defined(__HPUX__)
|
||||
#define __HPUX__
|
||||
#endif // HP-UX
|
||||
|
||||
#elif defined(applec) || defined(THINK_C) || ( defined( __MWERKS__ ) && !defined(__INTEL__) )
|
||||
// MacOS
|
||||
#elif defined(__OS2__)
|
||||
@@ -206,6 +202,12 @@
|
||||
#undef PACKAGE
|
||||
#undef VERSION
|
||||
|
||||
// this has to be done after including setup.h which might
|
||||
// define __HPUX__ 1 itself
|
||||
#if defined(__hpux) && !defined(__HPUX__)
|
||||
#define __HPUX__
|
||||
#endif // HP-UX
|
||||
|
||||
// if we're on a Unixsystem but didn't use configure (so that setup.h didn't
|
||||
// define __UNIX__), do define __UNIX__ now
|
||||
#if !defined(__UNIX__) && defined(__UNIX_LIKE__)
|
||||
@@ -873,11 +875,11 @@ enum wxStretch
|
||||
/*
|
||||
* wxGauge flags
|
||||
*/
|
||||
#define wxGA_PROGRESSBAR 0x0004
|
||||
#define wxGA_HORIZONTAL wxHORIZONTAL
|
||||
#define wxGA_VERTICAL wxVERTICAL
|
||||
#define wxGA_PROGRESSBAR 0x0010
|
||||
// Windows only
|
||||
#define wxGA_SMOOTH 0x0010
|
||||
#define wxGA_SMOOTH 0x0020
|
||||
|
||||
/*
|
||||
* wxSlider flags
|
||||
|
Reference in New Issue
Block a user