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:
parent
81108288e6
commit
e3f3949907
@ -86,11 +86,16 @@
|
||||
#endif // __SALFORDC__
|
||||
|
||||
// Digital Unix C++ compiler only defines this symbol for .cxx and .hxx files,
|
||||
// so definte it ourselves
|
||||
// so define it ourselves
|
||||
#ifdef __DECCXX
|
||||
#define __cplusplus
|
||||
#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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user