Biswa96 commented on a change in pull request #36:
URL: https://github.com/apache/xalan-c/pull/36#discussion_r626880552



##########
File path: src/xalanc/PlatformSupport/XalanFileOutputStream.hpp
##########
@@ -40,8 +40,9 @@
 
 namespace XALAN_CPP_NAMESPACE {
 
-
+#if !defined(XALAN_WINDOWS)

Review comment:
       The Windows one seems to be using HANDLE (i.e. void*) type instead of 
FILE type. Also with mingw clang this happens error: no member named 'FILE' in 
namespace 'std'; did you mean '::FILE'.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to