fix for IRIX compilation with gcc (hopefully)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,6 +32,12 @@
|
|||||||
#include "wx/unix/execute.h"
|
#include "wx/unix/execute.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// SGI signal.h defines signal handler arguments differently depending on
|
||||||
|
// whether _LANGUAGE_C_PLUS_PLUS is set or not - do set it
|
||||||
|
#if defined(__SGI__) && !defined(_LANGUAGE_C_PLUS_PLUS)
|
||||||
|
#define _LANGUAGE_C_PLUS_PLUS 1
|
||||||
|
#endif // SGI hack
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Reference in New Issue
Block a user