DPP
DPP copied to clipboard
fix: Improve compatiblity with socket
This PR improves compatiblity with other projects that DPP is included into.
#include <dpp/win32_safe_warnings.h> is to prevent dll-interface warnings while compiling the main application.
#ifndef SOCKET is used to prevent possible incompatiblities with projects that already handle that case (such as network libraries). This way the socket will still be defined but only if it wasnt earlier.
Deploy Preview for dpp-dev ready!
| Name | Link |
|---|---|
| Latest commit | 0fe5f2b90a94f79999bd03808cbf7ad9ef4a9ba7 |
| Latest deploy log | https://app.netlify.com/sites/dpp-dev/deploys/66cb12d506673600080859e1 |
| Deploy Preview | https://deploy-preview-1229--dpp-dev.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Deploy Preview for dpp-dev ready!
| Name | Link |
|---|---|
| Latest commit | ec9f59f3208bdbd8071e7bd520189a66336c2ebd |
| Latest deploy log | https://app.netlify.com/sites/dpp-dev/deploys/66d44ff7596b360008be4af6 |
| Deploy Preview | https://deploy-preview-1229--dpp-dev.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Renamed PR to follow naming scheme