Fix Compilation on Visual Studio 2015 and newer
Open Source Solid Modeling CAD
Brought to you by:
brlcad
Compilation fails on Visual Studio 2015 and newer because P_tmpdir is no longer defined, and the usage of GetTempPath(), which was meant as a replacement, was wrong. The patch fixes that.
I tested it on macOS and on VS 2015. The patch contains some "changed" lines where only trailing whitespace was removed. My editor did that automatically, and I can't seem to find an option to ignore whitespace with svn diff
.
Applied r69282