1
1

* add something in win.c to make compiler shut up

* fix win.h so that it compiles

This commit was SVN r970.
Этот коммит содержится в:
Brian Barrett 2004-03-26 05:32:37 +00:00
родитель 1cd0bbdbbf
Коммит 1ca7589fd9
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -0,0 +1,5 @@
/*
* $HEADER$
*/
#include "win/win.h"

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

@ -6,6 +6,8 @@
#define LAM_WIN_H
#include "mpi.h"
#include "errhandler/errhandler.h"
#include "lfc/lam_object.h"
#include "lfc/lam_hash_table.h"