mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Linux compilation of nsgmls (Matthew Howkins)
This commit is contained in:
parent
cc1d109aa9
commit
e60d58be07
17 changed files with 102 additions and 10 deletions
|
|
@ -41,7 +41,12 @@
|
|||
|
||||
#include <stddef.h>
|
||||
|
||||
#if defined(linux)
|
||||
#include <streambuf>
|
||||
using namespace std;
|
||||
#else
|
||||
class streambuf;
|
||||
#endif
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
namespace SP_NAMESPACE {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue