]> pd.if.org Git - pdclib/blobdiff - opt/nothread/thrd_yield.c
PDCLib includes with quotes, not <>.
[pdclib] / opt / nothread / thrd_yield.c
index 840157bdaf2441cb7f80fff871ecf7f3283139a4..0cb99acee7e374d2466f9955a794501095512fb3 100644 (file)
@@ -1,16 +1,18 @@
+#ifndef REGTEST\r
 #include <threads.h>\r
 \r
 void thrd_yield(void)\r
 {\r
        /* does nothing */\r
 }\r
+#endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
     return TEST_RESULTS;\r
 }\r
 \r
-#endif
\ No newline at end of file
+#endif\r