qfcc now supports typedef

This commit is contained in:
Bill Currie 2002-01-23 21:16:43 +00:00
parent ed91b16f45
commit 52aa1c311b

View file

@ -30,9 +30,7 @@
#ifndef _KEYS_H
#define _KEYS_H
#ifdef __QFCC__
# define typedef
#else
#ifndef __QFCC__
# include "QF/qtypes.h"
# include "QF/vfile.h"
#endif