1
1
This commit was SVN r9156.
Этот коммит содержится в:
George Bosilca 2006-02-27 02:15:53 +00:00
родитель 7abccaa819
Коммит 0320551262
4 изменённых файлов: 8 добавлений и 9 удалений

Просмотреть файл

@ -2,7 +2,7 @@
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@ -23,7 +23,6 @@
#if defined(HAVE_WDM_H)
#include <wdm.h>
#endif /* HAVE_WDM_H */
#include "ompi_stdint.h"
/**********************************************************************
*

Просмотреть файл

@ -111,7 +111,7 @@
# endif
# endif
# if OMPI_BUILDING
# include "win32/win_compat.h"
# include "opal/win32/win_compat.h"
# endif
#else
/* On Unix - get rid of the defines */

Просмотреть файл

@ -2,7 +2,7 @@
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,

Просмотреть файл

@ -41,11 +41,11 @@
#include <process.h>
#include <signal.h>
/*#if defined(OMPI_BUILDING) && OMPI_BUILDING */
#include "win32/ompi_uio.h"
#include "win32/ompi_time.h"
#include "win32/ompi_utsname.h"
#include "win32/ompi_util.h"
#include "win32/ompi_misc.h"
#include "opal/win32/ompi_uio.h"
#include "opal/win32/ompi_time.h"
#include "opal/win32/ompi_utsname.h"
#include "opal/win32/ompi_util.h"
#include "opal/win32/ompi_misc.h"
#include "opal/util/printf.h"
/*#endif*/