Skip to content

Commit

Permalink
Add SCUDO_WINDOWS
Browse files Browse the repository at this point in the history
  • Loading branch information
rgal committed Jan 21, 2021
1 parent c03af16 commit 0390a3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compiler-rt/lib/scudo/standalone/platform.h
Expand Up @@ -31,6 +31,12 @@
#define SCUDO_FUCHSIA 0
#endif

#if defined(__WIN32__)
#define SCUDO_WINDOWS 1
#else
#define SCUDO_WINDOWS 0
#endif

#if __LP64__
#define SCUDO_WORDSIZE 64U
#else
Expand Down

0 comments on commit 0390a3b

Please sign in to comment.