diff options
| author | JacobPalecki <[email protected]> | 2020-11-27 16:02:05 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-27 16:02:05 -0600 |
| commit | 9a861dc1749066ca52221d54f006ef2e3778973c (patch) | |
| tree | 9702b8cbaf88f15a7c383e21c9a64adb6c7645a7 /driver | |
| parent | Merge pull request #38 from a1xd/1.2 (diff) | |
| parent | Remove experiment file, set driver lang to c++17, fix by component last mouse... (diff) | |
| download | rawaccel-9a861dc1749066ca52221d54f006ef2e3778973c.tar.xz rawaccel-9a861dc1749066ca52221d54f006ef2e3778973c.zip | |
Merge pull request #45 from JacobPalecki/fix
Fix by component last mouse move
Diffstat (limited to 'driver')
| -rw-r--r-- | driver/driver.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/driver.vcxproj b/driver/driver.vcxproj index bee36c4..7df16a0 100644 --- a/driver/driver.vcxproj +++ b/driver/driver.vcxproj @@ -66,7 +66,7 @@ <WarningLevel>Level4</WarningLevel> <ExceptionHandling> </ExceptionHandling> - <LanguageStandard>stdcpplatest</LanguageStandard> + <LanguageStandard>stdcpp17</LanguageStandard> <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories);$(SolutionDir)\external;$(MSBuildThisFileDirectory)</AdditionalIncludeDirectories> <RuntimeLibrary> </RuntimeLibrary> |