]> pd.if.org Git - pdclib/blobdiff - opt/nothread/tss_delete.c
PDCLib includes with quotes, not <>.
[pdclib] / opt / nothread / tss_delete.c
index 5d251f4904a14b6592f694793bb21eadd5caa41e..53c6e16d899dba5f365da003bf5e8aa56679cf51 100644 (file)
@@ -1,12 +1,14 @@
+#ifndef REGTEST\r
 #include <threads.h>\r
 \r
 void tss_delete(tss_t key)\r
 {\r
        key.self->self = NULL;\r
 }\r
+#endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 /* Tested in tss_get.c */\r
 int main( void )\r
@@ -14,4 +16,4 @@ int main( void )
     return TEST_RESULTS;\r
 }\r
 \r
-#endif
\ No newline at end of file
+#endif\r