Skip to content
Snippets Groups Projects
Commit 9fa8006a authored by wenqing's avatar wenqing
Browse files

[PreP] Changed _MSC_VER to WIN32

parent 79502b5b
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#include <tclap/CmdLine.h>
#ifdef _MSC_VER
#ifdef WIN32
#include <windows.h>
#else
#include <climits>
......
......@@ -19,7 +19,7 @@
#if defined(USE_MPI)
#include <mpi.h>
#else
#ifndef _MSC_VER
#ifndef WIN32
#include <sys/time.h>
#else
#include <windows.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment