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