Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows #947

Merged
merged 19 commits into from
Jun 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
WeiqunZhang committed May 30, 2020
commit 020dc08e6846d4f82f05fdd92515dad4312eeb1e
4 changes: 2 additions & 2 deletions Src/Base/AMReX_Utility.H
Original file line number Diff line number Diff line change
@@ -25,8 +25,8 @@
#include <AMReX_GpuQualifiers.H>
#include <AMReX_FileSystem.H>

#ifdef __WIN32
typedef unsigned short mode_t
#ifdef _WIN32
typedef unsigned short mode_t;
#else
#include <sys/types.h> // for mode_t
#endif