]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/threads/mtx_destroy.c
dos2unix
[pdclib] / platform / win32 / functions / threads / mtx_destroy.c
index ac89e11f957aca12069d79bf7473a828c04ade80..2f8a6c308a8be05f4aec0174ddb1f16edda5259f 100644 (file)
@@ -1,19 +1,19 @@
-#ifndef REGTEST\r
-#include <threads.h>\r
-#include <windows.h>\r
-\r
-void mtx_destroy(mtx_t *mtx)\r
-{\r
-    CloseHandle(mtx->_WaitEvHandle);\r
-}\r
-#endif\r
-\r
-#ifdef TEST\r
-#include "_PDCLIB_test.h"\r
-\r
-int main( void )\r
-{\r
-    return TEST_RESULTS;\r
-}\r
-\r
+#ifndef REGTEST
+#include <threads.h>
+#include <windows.h>
+
+void mtx_destroy(mtx_t *mtx)
+{
+    CloseHandle(mtx->_WaitEvHandle);
+}
+#endif
+
+#ifdef TEST
+#include "_PDCLIB_test.h"
+
+int main( void )
+{
+    return TEST_RESULTS;
+}
+
 #endif
\ No newline at end of file