]> pd.if.org Git - pdclib/blobdiff - opt/nothread/cnd_signal.c
PDCLib includes with quotes, not <>.
[pdclib] / opt / nothread / cnd_signal.c
index 05cbcf6ba0059c0f2fe6ab51826a9aee2fc55af0..2492d82a9dbc505aad1d681094c488f7595bfa35 100644 (file)
@@ -1,16 +1,18 @@
+#ifndef REGTEST\r
 #include <threads.h>\r
 \r
 int cnd_signal(cnd_t *cond)\r
 {\r
        return thrd_success;\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