From: cascade Date: Fri, 10 Dec 2004 22:01:24 +0000 (+0000) Subject: BUG OCC7286 WOK step xcpp.template does not work on WNT *.hxx X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=32013d5b536f36d4614ddce375687140beb8c6c2;p=occt-wok.git BUG OCC7286 WOK step xcpp.template does not work on WNT *.hxx --- diff --git a/src/TCPPExt/TCPPExt.hxx b/src/TCPPExt/TCPPExt.hxx index 8d05505..3c72610 100755 --- a/src/TCPPExt/TCPPExt.hxx +++ b/src/TCPPExt/TCPPExt.hxx @@ -38,11 +38,15 @@ #include +#ifndef _Standard_Macro_HeaderFile +# include +#endif + extern "C" { - Handle(TColStd_HSequenceOfHAsciiString) TCPP_TemplatesUsed(); + Standard_EXPORT Handle(TColStd_HSequenceOfHAsciiString) TCPP_TemplatesUsed(); - void TCPP_Extract(const Handle(MS_MetaSchema)& ams, + void Standard_EXPORT TCPP_Extract(const Handle(MS_MetaSchema)& ams, const Handle(TCollection_HAsciiString)& aname, const Handle(TColStd_HSequenceOfHAsciiString)& edlsfullpath, const Handle(TCollection_HAsciiString)& outdir,