OSVR / OSVR-Core

The core libraries, applications, and plugins of the OSVR software platform.
Apache License 2.0
330 stars 124 forks source link

Remove export declarations from deleted/inline functions #574

Closed rpavlik closed 7 years ago

rpavlik commented 7 years ago

This was sitting in my VS2017 branch, but I imagine it would also fix #570 . Pretty simple: don't import/export from DLL functions that are deleted or inline.

rpavlik commented 7 years ago

Well, I guess GCC 7 does, and based on where I found this commit laying around, apparently VC2017 does?

rpavlik commented 7 years ago

Added a few more identical fixes when I actually tried an msys2 build myself, will wait for the travis build.