forked from lijiext/lammps
fix incorrect preprocessor define for windows
This commit is contained in:
parent
8c16ea1bfc
commit
81e7d4a942
|
@ -45,7 +45,7 @@
|
|||
#include <algorithm>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define PSAPI_VERSION=1
|
||||
#define PSAPI_VERSION 1
|
||||
#include <windows.h>
|
||||
#include <stdint.h>
|
||||
#include <psapi.h>
|
||||
|
|
Loading…
Reference in New Issue