DPP icon indicating copy to clipboard operation
DPP copied to clipboard

fix: Improve compatiblity with socket

Open TracerDS opened this issue 1 year ago • 4 comments

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.

TracerDS avatar Aug 25 '24 11:08 TracerDS

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 25 '24 11:08 CLAassistant

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Aug 25 '24 11:08 netlify[bot]

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Aug 25 '24 11:08 netlify[bot]

Renamed PR to follow naming scheme

Jaskowicz1 avatar Aug 25 '24 16:08 Jaskowicz1