more HP-UX fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,11 +86,16 @@
|
|||||||
#endif // __SALFORDC__
|
#endif // __SALFORDC__
|
||||||
|
|
||||||
// Digital Unix C++ compiler only defines this symbol for .cxx and .hxx files,
|
// Digital Unix C++ compiler only defines this symbol for .cxx and .hxx files,
|
||||||
// so definte it ourselves
|
// so define it ourselves
|
||||||
#ifdef __DECCXX
|
#ifdef __DECCXX
|
||||||
#define __cplusplus
|
#define __cplusplus
|
||||||
#endif // __DECCXX
|
#endif // __DECCXX
|
||||||
|
|
||||||
|
// Resolves linking problems under HP-UX
|
||||||
|
#if defined(__HPUX__) && !defined(__GNUG__)
|
||||||
|
#define va_list __gnuc_va_list
|
||||||
|
#endif // HP-UX
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////
|
||||||
// Currently Only MS-Windows/NT, XView and Motif are supported
|
// Currently Only MS-Windows/NT, XView and Motif are supported
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user