]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/closeall.c
No exceptions to regtestdrivers anymore.
[pdclib] / functions / _PDCLIB / closeall.c
index 76bd788fb6f7b75e7a4345c82b84133033d9a5aa..6c2bed4f1ba0f4e5b23944fc14b722e761942228 100644 (file)
@@ -6,6 +6,8 @@
 
 #include <stdio.h>
 
+#ifndef REGTEST
+
 extern struct _PDCLIB_file_t * _PDCLIB_filelist;
 
 void _PDCLIB_closeall( void )
@@ -20,8 +22,10 @@ void _PDCLIB_closeall( void )
     }
 }
 
+#endif
+
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {