mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
build on irix
This commit is contained in:
parent
78897e2563
commit
2bc10310d0
@ -19,11 +19,10 @@
|
|||||||
#ifndef NOTIFYCATEGORY_H
|
#ifndef NOTIFYCATEGORY_H
|
||||||
#define NOTIFYCATEGORY_H
|
#define NOTIFYCATEGORY_H
|
||||||
|
|
||||||
#include <dtoolbase.h>
|
#include "dtoolbase.h"
|
||||||
|
|
||||||
#include "notifySeverity.h"
|
#include "notifySeverity.h"
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -82,9 +82,12 @@ typedef int streamsize;
|
|||||||
#ifndef HAVE_IOS_TYPEDEFS
|
#ifndef HAVE_IOS_TYPEDEFS
|
||||||
typedef int ios_openmode;
|
typedef int ios_openmode;
|
||||||
typedef int ios_fmtflags;
|
typedef int ios_fmtflags;
|
||||||
|
// Old iostream libraries used ios::seek_dir instead of ios::seekdir.
|
||||||
|
typedef ios::seek_dir ios_seekdir;
|
||||||
#else
|
#else
|
||||||
typedef ios::openmode ios_openmode;
|
typedef ios::openmode ios_openmode;
|
||||||
typedef ios::fmtflags ios_fmtflags;
|
typedef ios::fmtflags ios_fmtflags;
|
||||||
|
typedef ios::seekdir ios_seekdir;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user