Merge pull request #5277 from jsquyres/pr/cygwin-patch
external libevent: fix for Cygwin
Этот коммит содержится в:
Коммит
266d5b2110
6
opal/mca/event/external/external.h
поставляемый
6
opal/mca/event/external/external.h
поставляемый
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011-2015 Cisco Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2011-2018 Cisco Systems, Inc. All rights reserved
|
||||
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved.
|
||||
* Copyright (c) 2015-2017 Intel, Inc. All rights reserved.
|
||||
* Copyright (c) 2015-2017 Research Organization for Information Science
|
||||
@ -22,6 +22,10 @@
|
||||
|
||||
#include "opal_config.h"
|
||||
|
||||
#if defined(__CYGWIN__) && defined(WIN32)
|
||||
#undef WIN32
|
||||
#endif
|
||||
|
||||
#include "event.h"
|
||||
#include "event2/event.h"
|
||||
#include "event2/thread.h"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user