mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
- Make sure ASSERT is defined in signal_blocker.h.
Review URL: https://codereview.chromium.org//468683002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39178 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
ea4e984b66
commit
62ea934642
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#define PLATFORM_SIGNAL_BLOCKER_H_
|
||||
|
||||
#include "platform/globals.h"
|
||||
#include "platform/assert.h"
|
||||
|
||||
#if defined(TARGET_OS_WINDOWS)
|
||||
#error Do not include this file on Windows.
|
||||
|
|
Loading…
Reference in a new issue