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

Create initial Client-Server Communication #397

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

ION28
Copy link
Owner

@ION28 ION28 commented Jan 9, 2021

No description provided.

@@ -20,7 +20,8 @@
<LanguageStandard>stdcpplatest</LanguageStandard>
<Optimization Condition="'$(Configuration)'=='Debug'">Disabled</Optimization>
<Optimization Condition="'$(Configuration)'=='Release'">MaxSpeed</Optimization>
<PreprocessorDefinitions>DELAYLOAD_IMPORTS_DEFINED;_UNICODE;UNICODE;_ITERATOR_DEBUG_LEVEL=0;_WIN32_WINNT=0x601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)'=='Release'">DELAYLOAD_IMPORTS_DEFINED;_UNICODE;UNICODE;_ITERATOR_DEBUG_LEVEL=0;_WIN32_WINNT=0x601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jack-McDowell these line changes are worth double checking.

@ION28
Copy link
Owner Author

ION28 commented Jan 9, 2021

in support of working on #381

Copy link
Collaborator

@Jack-McDowell Jack-McDowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants