These days include standard C++ header files without the .h on the end
This commit is contained in:
@@ -34,7 +34,11 @@
|
|||||||
|
|
||||||
#include "Environ.h"
|
#include "Environ.h"
|
||||||
#include "cstring.h"
|
#include "cstring.h"
|
||||||
|
#if defined(linux)
|
||||||
|
#include <iostream>
|
||||||
|
#else
|
||||||
#include <iostream.h>
|
#include <iostream.h>
|
||||||
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
class SearchPath {
|
class SearchPath {
|
||||||
|
|||||||
@@ -32,7 +32,11 @@
|
|||||||
#ifndef _CSTRING_H_
|
#ifndef _CSTRING_H_
|
||||||
#define _CSTRING_H_
|
#define _CSTRING_H_
|
||||||
|
|
||||||
|
#if defined(linux)
|
||||||
|
#include <iostream>
|
||||||
|
#else
|
||||||
#include <iostream.h>
|
#include <iostream.h>
|
||||||
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
class CString {
|
class CString {
|
||||||
|
|||||||
Reference in New Issue
Block a user