Skip to content

Commit

Permalink
Undef ERROR on windows to use it in enum VtkmTransformStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcdgrie committed Oct 7, 2024
1 parent 056b7ba commit 0e943a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/vistle/vtkm/convert.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

#include "export.h"

#ifdef _WIN32
#undef ERROR
#endif

namespace vistle {

enum VtkmTransformStatus {
Expand Down

0 comments on commit 0e943a0

Please sign in to comment.