Files
rgbds/src/asmotor.h
Vegard Nossum b53e170781 Make all file names lowercase
This fixes a zip/platform artifact.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:25:27 +02:00

25 lines
422 B
C

/* asmotor.h
*
* Contains defines for every program in the ASMotor package
*
* Copyright 1997 Carsten Sorensen
*
*/
#ifndef ASMOTOR_H
#define ASMOTOR_H
#define ASMOTOR
#define ASMOTOR_VERSION "1.10"
#define ASM_VERSION "1.08c"
#define LINK_VERSION "1.06c"
#define RGBFIX_VERSION "1.02"
#define LIB_VERSION "1.00"
#ifdef __GNUC__
#define strnicmp strncasecmp
#endif
#endif // ASMOTOR_H