Use POSIX macros for linux
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "Fixed2CodingSystem.h"
|
||||
#include "macros.h"
|
||||
|
||||
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
|
||||
#if defined(__linux__) || defined(CSRG_BASED) || defined(sun)
|
||||
#include <iostream>
|
||||
#else
|
||||
#include <iostream.h>
|
||||
|
||||
Reference in New Issue
Block a user