Unverified Commit 55ae9d7f authored by Mike Henry's avatar Mike Henry Committed by GitHub
Browse files

Prevent Windows from defining macros that interfere with other code (#3637)

* add fix to Prevent Windows from defining macros that interfere with other code

* add fix to the tippy top of the file
parent 9b5cdb46
......@@ -28,6 +28,10 @@
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
#ifdef _MSC_VER
// Prevent Windows from defining macros that interfere with other code.
#define NOMINMAX
#endif
#include "ReferenceTabulatedFunction.h"
#include "openmm/OpenMMException.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment