[Scopeapp-cvs]scopeapp/src TestSampler.h,1.4,1.5
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2002-07-20 12:23:17
|
Update of /cvsroot/scopeapp/scopeapp/src In directory usw-pr-cvs1:/tmp/cvs-serv29406 Modified Files: TestSampler.h Log Message: Defined true to be YES and false to be NO for GNUstep to compile it. Index: TestSampler.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/TestSampler.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TestSampler.h 25 Jun 2002 01:41:30 -0000 1.4 --- TestSampler.h 20 Jul 2002 12:23:13 -0000 1.5 *************** *** 29,32 **** --- 29,36 ---- #import "InputSampler.h" + // Mac OS X defines true intrinsically, GNUstep does not + #define true YES + #define false NO + @interface TestSampler : NSObject <InputSampler> { // InputSampler data |