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