8 lines
201 B
C
8 lines
201 B
C
|
//
|
||
|
// This wierd file is just to include ..\arp1394\rm.c, because the SOURCES
|
||
|
// file complains about the path "..\arp1394\rm.c".
|
||
|
//
|
||
|
#ifdef TESTPROGRAM
|
||
|
#include "..\arp1394\rm.c"
|
||
|
#endif // TESTPROGRAM
|