From e95b10f24aef2735da23330bf64c4fa390b0e55a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 21 Jun 2023 06:42:19 -0400 Subject: [PATCH] update VMD plugin headers to the latest version --- lib/molfile/molfile_plugin.h | 1 - lib/molfile/vmdplugin.h | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/molfile/molfile_plugin.h b/lib/molfile/molfile_plugin.h index 491cd375bb..a417b82e96 100644 --- a/lib/molfile/molfile_plugin.h +++ b/lib/molfile/molfile_plugin.h @@ -987,4 +987,3 @@ typedef struct { } molfile_plugin_t; #endif - diff --git a/lib/molfile/vmdplugin.h b/lib/molfile/vmdplugin.h index 7afc358e97..9336d3e24f 100644 --- a/lib/molfile/vmdplugin.h +++ b/lib/molfile/vmdplugin.h @@ -11,7 +11,7 @@ * * $RCSfile: vmdplugin.h,v $ * $Author: johns $ $Locker: $ $State: Exp $ - * $Revision: 1.34 $ $Date: 2018/05/02 03:12:56 $ + * $Revision: 1.35 $ $Date: 2020/10/16 07:50:56 $ * ***************************************************************************/ @@ -58,8 +58,8 @@ /*@}*/ -/** "WIN32" is defined on both WIN32 and WIN64 platforms... */ -#if (defined(WIN32)) +/** Detect compilations targeting Windows x86 and x64 platforms */ +#if (defined(WIN32) || defined(WIN64) || defined(_MSC_VER)) #define WIN32_LEAN_AND_MEAN #include