summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-11-27 15:27:33 -0600
committerJacob Palecki <[email protected]>2020-11-27 15:27:33 -0600
commit851747448eff7d77973790a77be9d086e84b5ee8 (patch)
tree9702b8cbaf88f15a7c383e21c9a64adb6c7645a7 /driver
parentMerge pull request #38 from a1xd/1.2 (diff)
downloadrawaccel-851747448eff7d77973790a77be9d086e84b5ee8.tar.xz
rawaccel-851747448eff7d77973790a77be9d086e84b5ee8.zip
Remove experiment file, set driver lang to c++17, 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>