Remove some dead code.

This commit is contained in:
Anthony J. Bentley
2013-05-19 16:14:31 -06:00
parent d0d85abb97
commit 51c01e3aad
6 changed files with 0 additions and 37 deletions

View File

@@ -1,9 +1,7 @@
#ifndef ASMOTOR_LIB_TYPES_H
#define ASMOTOR_LIB_TYPES_H
#if defined(AMIGA) || defined(__GNUC__)
#define _MAX_PATH 512
#endif
typedef unsigned char UBYTE;
typedef signed char SBYTE;