summaryrefslogtreecommitdiff
path: root/dll.c
diff options
context:
space:
mode:
Diffstat (limited to 'dll.c')
-rw-r--r--dll.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/dll.c b/dll.c
index d9c3176..ff75c68 100644
--- a/dll.c
+++ b/dll.c
@@ -37,10 +37,6 @@
#include "pthread.h"
#include "implement.h"
-#if 1
-#include <stdio.h>
-#endif
-
#ifdef _MSC_VER
/*
* lpvReserved yields an unreferenced formal parameter;
@@ -86,6 +82,7 @@ DllMain (HINSTANCE hinstDll, DWORD fdwReason, LPVOID lpvReserved)
result = pthread_win32_process_detach_np ();
break;
}
+
return (result);
} /* DllMain */