summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorJacobPalecki <[email protected]>2020-11-27 16:02:05 -0600
committerGitHub <[email protected]>2020-11-27 16:02:05 -0600
commit9a861dc1749066ca52221d54f006ef2e3778973c (patch)
tree9702b8cbaf88f15a7c383e21c9a64adb6c7645a7 /driver
parentMerge pull request #38 from a1xd/1.2 (diff)
parentRemove experiment file, set driver lang to c++17, fix by component last mouse... (diff)
downloadrawaccel-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.vcxproj2
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>