We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d54f8b6 + 62ef4dd commit b9b591cCopy full SHA for b9b591c
opal/mca/event/external/external.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2011-2015 Cisco Systems, Inc. All rights reserved.
+ * Copyright (c) 2011-2018 Cisco Systems, Inc. All rights reserved
3
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved.
4
* Copyright (c) 2015-2017 Intel, Inc. All rights reserved.
5
* Copyright (c) 2015-2017 Research Organization for Information Science
@@ -22,6 +22,10 @@
22
23
#include "opal_config.h"
24
25
+#if defined(__CYGWIN__) && defined(WIN32)
26
+#undef WIN32
27
+#endif
28
+
29
#include "event.h"
30
#include "event2/event.h"
31
#include "event2/thread.h"
0 commit comments