arpadboda commented on a change in pull request #550: MINIFICPP-822 - Nanofi
raw S2S implementation shouldn't depend on any…
URL: https://github.com/apache/nifi-minifi-cpp/pull/550#discussion_r284221052
##########
File path: nanofi/include/core/cstructs.h
##########
@@ -136,6 +141,12 @@ typedef struct file_buffer {
uint64_t file_len;
} file_buffer;
-typedef struct cstream cstream;
+#ifndef _WIN32
Review comment:
https://stackoverflow.com/questions/662084/whats-the-difference-between-the-win32-and-win32-defines-in-c
It's not really recommended to use WIN32 without the underscore.
----------------------------------------------------------------
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]
With regards,
Apache Git Services