Skip to content

Update project file to retarget C/C++ Preprocessor definitions to include Windows 10#6

Open
lithiumbromide wants to merge 2 commits into
eltima-software:masterfrom
lithiumbromide:master
Open

Update project file to retarget C/C++ Preprocessor definitions to include Windows 10#6
lithiumbromide wants to merge 2 commits into
eltima-software:masterfrom
lithiumbromide:master

Conversation

@lithiumbromide
Copy link
Copy Markdown

This is to solve #4

WINVER=0x0A00;_WIN32_WINNT=0x0A00; --this line is added to .vcxproj file

<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions);WINVER=0x0A00;_WIN32_WINNT=0x0A00;</PreprocessorDefinitions>

Updated platform toolset and preprocessor definitions.
Modify project file for platform toolset and definitions
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.

1 participant