Sun portability hack.
This commit is contained in:
parent
b3bb7c714e
commit
308f7d4d3e
1 changed files with 9 additions and 0 deletions
|
@ -30,6 +30,12 @@
|
||||||
|
|
||||||
#include "Include/compiler.h"
|
#include "Include/compiler.h"
|
||||||
|
|
||||||
|
#if defined ( sun )
|
||||||
|
extern "C" {
|
||||||
|
extern void *memmove(void *, const void *, size_t);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#include STL_ALGORITHM
|
#include STL_ALGORITHM
|
||||||
#include STL_FUNCTIONAL
|
#include STL_FUNCTIONAL
|
||||||
|
|
||||||
|
@ -306,6 +312,9 @@ fgEVENT_MGR::~fgEVENT_MGR( void ) {
|
||||||
|
|
||||||
|
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.16 1999/01/21 20:14:18 curt
|
||||||
|
// Sun portability hack.
|
||||||
|
//
|
||||||
// Revision 1.15 1999/01/09 13:37:42 curt
|
// Revision 1.15 1999/01/09 13:37:42 curt
|
||||||
// Convert fgTIMESTAMP to FGTimeStamp which holds usec instead of ms.
|
// Convert fgTIMESTAMP to FGTimeStamp which holds usec instead of ms.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue