git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@72 b9cfdab3-6d41-4d17-bbe4-086880011989
11 lines
129 B
C
11 lines
129 B
C
/* $Id$ */
|
|
#ifndef __MW_ERROR_H__
|
|
#define __MW_ERROR_H__
|
|
|
|
#include <Mw/MachDep.h>
|
|
|
|
enum MwErrorEnum {
|
|
MwEsuccess = 0
|
|
};
|
|
|
|
#endif
|