Skip to content
New issue

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

fix: Improve compatiblity with socket #1229

Merged

Conversation

TracerDS
Copy link
Contributor

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.

@CLAassistant
Copy link

CLAassistant commented Aug 25, 2024

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added documentation Improvements or additions to documentation code Improvements or additions to code. labels Aug 25, 2024
Copy link

netlify bot commented Aug 25, 2024

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit 0fe5f2b
🔍 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.

Copy link

netlify bot commented Aug 25, 2024

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit ec9f59f
🔍 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.

include/dpp/export.h Outdated Show resolved Hide resolved
include/dpp/export.h Outdated Show resolved Hide resolved
@Jaskowicz1 Jaskowicz1 changed the title Improve compatiblity fix: Improve compatiblity with socket Aug 25, 2024
@Jaskowicz1
Copy link
Contributor

Renamed PR to follow naming scheme

@braindigitalis braindigitalis merged commit 7cdc15a into brainboxdotcc:dev Sep 1, 2024
7 checks passed
@TracerDS TracerDS deleted the 250824_Improve-compatibility branch September 2, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Improvements or additions to code. documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants