update VMD plugin headers to the latest version

This commit is contained in:
Axel Kohlmeyer
2023-06-21 06:42:19 -04:00
parent e4b50a610e
commit e95b10f24a
2 changed files with 3 additions and 4 deletions

View File

@ -987,4 +987,3 @@ typedef struct {
} molfile_plugin_t; } molfile_plugin_t;
#endif #endif

View File

@ -11,7 +11,7 @@
* *
* $RCSfile: vmdplugin.h,v $ * $RCSfile: vmdplugin.h,v $
* $Author: johns $ $Locker: $ $State: Exp $ * $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... */ /** Detect compilations targeting Windows x86 and x64 platforms */
#if (defined(WIN32)) #if (defined(WIN32) || defined(WIN64) || defined(_MSC_VER))
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>