| version 1.5 | | version 1.6 |
|---|
| | |
| * Common types for use in Miner | | * Common types for use in Miner |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.6 2000/02/07 07:45:08 donut |
| | | * in c++ bool is a builtin type, so don't define then |
| | | * |
| * Revision 1.5 1999/12/13 09:21:09 sekmu | | * Revision 1.5 1999/12/13 09:21:09 sekmu |
| * added u_int64 to non-linux | | * added u_int64 to non-linux |
| * | | * |
| | |
| //end changes by adb | | //end changes by adb |
| #endif | | #endif |
| | | |
| | | #ifndef __cplusplus |
| //define a boolean | | //define a boolean |
| typedef ubyte bool; | | typedef ubyte bool; |
| | | #endif |
| | | |
| #ifdef __MSDOS__ /* adb: doesn't really belong here, but so it's surely included */ | | #ifdef __MSDOS__ /* adb: doesn't really belong here, but so it's surely included */ |
| #include <dir.h> | | #include <dir.h> |