We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basesocket.hpp
#if defined(__linux__) || defined(__APPLE__) || defined(__QNX__) #include <arpa/inet.h> #include <sys/socket.h> #include <sys/types.h> #include <unistd.h> #include <netdb.h> #elif _WIN32 #include <winsock32.h> #endif
diffdefined(__QNX__)
defined(__QNX__)
The text was updated successfully, but these errors were encountered:
Does it support qnx system?
Sorry, something went wrong.
Does it support qnx system?它支持qnx系统吗?
是的,起码在我所用的QNX系统中有效工作。😊 Yes, at least it works effectively in the QNX system I use.
No branches or pull requests
basesocket.hpp
diff
defined(__QNX__)
The text was updated successfully, but these errors were encountered: