flomesh-io / pipy

Pipy is a programmable proxy for the cloud, edge and IoT.
https://flomesh.io/pipy
Other
743 stars 70 forks source link

Windows port #70

Closed naqvis closed 2 years ago

naqvis commented 2 years ago

Changes made for windows port

pajama-coder commented 2 years ago

Would be better if using #undef before the conflicted symbol definitions on Windows like:

#ifdef WIN32
#undef NO_ERROR
#endif

This way, a lot less files need to be changed for Windows.

pajama-coder commented 2 years ago

Would be better if using #undef before the conflicted symbol definitions like:

naqvis commented 2 years ago

made some changes and also used recent version of files.